Html Css Color HEX #BBD4DE Light Blue

📋 copy color: '#BBD4DE'

red 187 ◦ green 212 ◦ blue 222

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

Shades of Light Blue #BBD4DE

Tints of Light Blue #BBD4DE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 30.11%
G = 34.14%
B = 35.75%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD4DE (or 0xBBD4DE) is known color: Light Blue. HEX triplet: BB, D4 and DE. RGB value is (187,212,222). Sum of RGB (Red+Green+Blue) = 187+212+222=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DE is #442B21. Grayscale: #CDCDCD. Windows color (decimal): -4467490 or 14603451. OLE color: 14603451.

HSL color Cylindrical-coordinate representation of color #BBD4DE: hue angle of 197.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD4DE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 212 222 -
CMYK 0.16 0.05 0 0.13
HSL 197.14º 0.35% 0.8% -
HSV(B) 197.14º 0.16% 0.87% -
XYZ 57.22 62.93 78.24 -
YUV 205.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 187 212 222 0.16 0.05 0 0.13 197.14 0.35 0.8
Hex BB D4 DE 10 5 0 D C5 23 50
Octal 273 324 336 20 5 0 15 305 43 120
Binary 10111011 11010100 11011110 10000 101 0 1101 11000101 100011 1010000

Color Harmonies of #BBD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4DE

Black with #BBD4DE

Text Example


Text Example

White with #BBD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4DE; }

 p { color: rgb(187,212,222); }

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

background-color css

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

 a { background-color: rgb(187,212,222); }

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

border-color css

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

 span { border-color: rgb(187,212,222); }

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