Html Css Color HEX #BBD6E9 Light Blue

📋 copy color: '#BBD6E9'

red 187 ◦ green 214 ◦ blue 233

#BBD6E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BBD6E9

Tints of Light Blue #BBD6E9

RGB

 RED value IS 187 (73.44% from 255) = 29.5%

 GREEN value IS 214 (83.98% from 255) = 33.75%

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 29.5%
G = 33.75%
B = 36.75%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBD6E9 (or 0xBBD6E9) is known color: Light Blue. HEX triplet: BB, D6 and E9. RGB value is (187,214,233). Sum of RGB (Red+Green+Blue) = 187+214+233=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD6E9 is #442916. Grayscale: #CFCFCF. Windows color (decimal): -4466967 or 15324859. OLE color: 15324859.

HSL color Cylindrical-coordinate representation of color #BBD6E9: hue angle of 204.78º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD6E9 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 214 233 -
CMYK 0.20 0.08 0 0.09
HSL 204.78º 0.51% 0.82% -
HSV(B) 204.78º 0.2% 0.91% -
XYZ 59.25 64.54 86.43 -
YUV 208.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 187 214 233 0.20 0.08 0 0.09 204.78 0.51 0.82
Hex BB D6 E9 14 8 0 9 CD 33 52
Octal 273 326 351 24 10 0 11 315 63 122
Binary 10111011 11010110 11101001 10100 1000 0 1001 11001101 110011 1010010

Color Harmonies of #BBD6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6E9

Black with #BBD6E9

Text Example


Text Example

White with #BBD6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6E9; }

 p { color: rgb(187,214,233); }

 H1.HeaderClassName
 {
   color: #BBD6E9;
 }
 .AnyTagClassName
 {
   color: #BBD6E9;
 }
</style>

background-color css

<style>
 a { background-color: #BBD6E9; }

 a { background-color: rgb(187,214,233); }

 div.DivClassName
 {
   background-color: #BBD6E9;
 }
 .BgClassName
 {
   background-color: #BBD6E9;
 }
</style>

border-color css

<style>
 span { border-color: #BBD6E9; }

 span { border-color: rgb(187,214,233); }

 td.TdClassName
 {
   border-color: #BBD6E9;
 }
 .TagClassName
 {
   border-color: #BBD6E9;
 }
</style>