Color Hex Logo

#bbc5f2 Color Hex

#BBC5F2
(187,197,242)
0 Favorites   0 Comments

Color spaces of #bbc5f2

RGB 187197242
HSL0.640.680.84
HSV229°23°95°
CMYK 0.230.190.00   0.05
XYZ56.486856.908192.0116
Yxy56.90810.27500.2771
Hunter Lab75.43751.6434-19.5102
CIE-Lab80.12796.0333-23.3475

#bbc5f2 color RGB value is (187,197,242).

#bbc5f2 hex color red value is 187, green value is 197 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bbc5f2 hue: 0.64 , saturation: 0.68 and the lightness value of bbc5f2 is 0.84.

The process color (four color CMYK) of #bbc5f2 color hex is 0.23, 0.19, 0.00, 0.05. Web safe color of #bbc5f2 is #ccccff. Color #bbc5f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 11110010
Octal 273 305 362
Decimal 187 197 242
Hex BB C5 F2

RGB Percentages of Color #bbc5f2

%29.87
%31.47
%38.66

CMYK Percentages of Color #bbc5f2

%23
%19
%0
%5

Triadic Colors of #bbc5f2

#bbc5f2 #f2bbc5 #c5f2bb

Analogous Colors of #bbc5f2

#bbc5f2 #cdbbf2 #bbe1f2

Monochromatic Colors of #bbc5f2

#bbc5f2

Complementary Color

#bbc5f2 #f2e8bb

#bbc5f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc5f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc5f2 Color CSS Codes

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

#bbc5f2 Text Font Color

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

This sample text font color is #bbc5f2
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.


#bbc5f2 Background Color

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

This div background color is #bbc5f2


#bbc5f2 Border Color

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

This div border color is #bbc5f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc5f2


Comments

No comments written yet.

Please login to write comment.