Html Css Color HEX #BBD2D8 Light Blue

📋 copy color: '#BBD2D8'

red 187 ◦ green 210 ◦ blue 216

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

Shades of Light Blue #BBD2D8

Tints of Light Blue #BBD2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 30.51%
G = 34.26%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBD2D8 (or 0xBBD2D8) is known color: Light Blue. HEX triplet: BB, D2 and D8. RGB value is (187,210,216). Sum of RGB (Red+Green+Blue) = 187+210+216=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D8 is #442D27. Grayscale: #CBCBCB. Windows color (decimal): -4468008 or 14209723. OLE color: 14209723.

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

Color convert

RGB 187 210 216 -
CMYK 0.13 0.03 0 0.15
HSL 192.41º 0.27% 0.79% -
HSV(B) 192.41º 0.13% 0.85% -
XYZ 55.93 61.62 73.91 -
YUV 203.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 187 210 216 0.13 0.03 0 0.15 192.41 0.27 0.79
Hex BB D2 D8 D 3 0 F C0 1B 4F
Octal 273 322 330 15 3 0 17 300 33 117
Binary 10111011 11010010 11011000 1101 11 0 1111 11000000 11011 1001111

Color Harmonies of #BBD2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2D8

Black with #BBD2D8

Text Example


Text Example

White with #BBD2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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