Color Hex Logo

#bbc4fb Color Hex

#BBC4FB
(187,196,251)
0 Favorites   0 Comments

Color spaces of #bbc4fb

RGB 187196251
HSL0.640.890.86
HSV232°25°98°
CMYK 0.250.220.00   0.02
XYZ57.646057.009799.2325
Yxy57.00970.26950.2665
Hunter Lab75.50484.1469-25.0688
CIE-Lab80.18508.6430-28.0712

#bbc4fb color RGB value is (187,196,251).

#bbc4fb hex color red value is 187, green value is 196 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbc4fb hue: 0.64 , saturation: 0.89 and the lightness value of bbc4fb is 0.86.

The process color (four color CMYK) of #bbc4fb color hex is 0.25, 0.22, 0.00, 0.02. Web safe color of #bbc4fb is #ccccff. Color #bbc4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 11111011
Octal 273 304 373
Decimal 187 196 251
Hex BB C4 FB

RGB Percentages of Color #bbc4fb

%29.50
%30.91
%39.59

CMYK Percentages of Color #bbc4fb

%25
%22
%0
%2

Triadic Colors of #bbc4fb

#bbc4fb #fbbbc4 #c4fbbb

Analogous Colors of #bbc4fb

#bbc4fb #d2bbfb #bbe4fb

Monochromatic Colors of #bbc4fb

#bbc4fb

Complementary Color

#bbc4fb #fbf2bb

#bbc4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc4fb Color CSS Codes

.mybgcolor {background-color:#bbc4fb; } 
.myforecolor {color:#bbc4fb; }
.mybordercolor {border:3px solid #bbc4fb; }

#bbc4fb Text Font Color

<p style="color:#bbc4fb">Text here</p>

This sample text font color is #bbc4fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc4fb Background Color

<div style="background-color:#bbc4fb">
Div content here</div>

This div background color is #bbc4fb


#bbc4fb Border Color

<div style="border:3px solid #bbc4fb">
Div here</div>

This div border color is #bbc4fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,196,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc4fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc4fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc4fb;
  box-shadow:         1px 1px 3px 2px #bbc4fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,196,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc4fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc4fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc4fb;
  box-shadow:         1px 1px 3px 2px #bbc4fb;">
Div content here</div>

This div box has shadow with color #bbc4fb


Comments

No comments written yet.

Please login to write comment.