Html Css Color HEX #BBD7E9 Light Blue

📋 copy color: '#BBD7E9'

red 187 ◦ green 215 ◦ blue 233

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

Shades of Light Blue #BBD7E9

Tints of Light Blue #BBD7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.86%

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

R = 29.45%
G = 33.86%
B = 36.69%

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

#BBD7E9 (or 0xBBD7E9) is known color: Light Blue. HEX triplet: BB, D7 and E9. RGB value is (187,215,233). Sum of RGB (Red+Green+Blue) = 187+215+233=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7E9 is #442816. Grayscale: #D0D0D0. Windows color (decimal): -4466711 or 15325115. OLE color: 15325115.

HSL color Cylindrical-coordinate representation of color #BBD7E9: hue angle of 203.48º 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 #BBD7E9 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 215 233 -
CMYK 0.20 0.08 0 0.09
HSL 203.48º 0.51% 0.82% -
HSV(B) 203.48º 0.2% 0.91% -
XYZ 59.5 65.05 86.51 -
YUV 208.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 187 215 233 0.20 0.08 0 0.09 203.48 0.51 0.82
Hex BB D7 E9 14 8 0 9 CB 33 52
Octal 273 327 351 24 10 0 11 313 63 122
Binary 10111011 11010111 11101001 10100 1000 0 1001 11001011 110011 1010010

Color Harmonies of #BBD7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7E9

Black with #BBD7E9

Text Example


Text Example

White with #BBD7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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