Html Css Color HEX #BBD2D9 Light Blue

📋 copy color: '#BBD2D9'

red 187 ◦ green 210 ◦ blue 217

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

Shades of Light Blue #BBD2D9

Tints of Light Blue #BBD2D9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 30.46%
G = 34.2%
B = 35.34%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBD2D9 (or 0xBBD2D9) is known color: Light Blue. HEX triplet: BB, D2 and D9. RGB value is (187,210,217). Sum of RGB (Red+Green+Blue) = 187+210+217=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBD2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D9 is #442D26. Grayscale: #CBCBCB. Windows color (decimal): -4468007 or 14275259. OLE color: 14275259.

HSL color Cylindrical-coordinate representation of color #BBD2D9: hue angle of 194º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD2D9 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 210 217 -
CMYK 0.14 0.03 0 0.15
HSL 194º 0.28% 0.79% -
HSV(B) 194º 0.14% 0.85% -
XYZ 56.06 61.67 74.59 -
YUV 203.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 187 210 217 0.14 0.03 0 0.15 194 0.28 0.79
Hex BB D2 D9 E 3 0 F C2 1C 4F
Octal 273 322 331 16 3 0 17 302 34 117
Binary 10111011 11010010 11011001 1110 11 0 1111 11000010 11100 1001111

Color Harmonies of #BBD2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2D9

Black with #BBD2D9

Text Example


Text Example

White with #BBD2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2D9; }

 p { color: rgb(187,210,217); }

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

background-color css

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

 a { background-color: rgb(187,210,217); }

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

border-color css

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

 span { border-color: rgb(187,210,217); }

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