Html Css Color HEX #BBD6DE Light Blue

📋 copy color: '#BBD6DE'

red 187 ◦ green 214 ◦ blue 222

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

Shades of Light Blue #BBD6DE

Tints of Light Blue #BBD6DE

RGB

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

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

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

R = 30.02%
G = 34.35%
B = 35.63%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD6DE (or 0xBBD6DE) is known color: Light Blue. HEX triplet: BB, D6 and DE. RGB value is (187,214,222). Sum of RGB (Red+Green+Blue) = 187+214+222=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBD6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DE is #442921. Grayscale: #CECECE. Windows color (decimal): -4466978 or 14603963. OLE color: 14603963.

HSL color Cylindrical-coordinate representation of color #BBD6DE: hue angle of 193.71º 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 #BBD6DE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 214 222 -
CMYK 0.16 0.04 0 0.13
HSL 193.71º 0.35% 0.8% -
HSV(B) 193.71º 0.16% 0.87% -
XYZ 57.72 63.93 78.4 -
YUV 206.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 187 214 222 0.16 0.04 0 0.13 193.71 0.35 0.8
Hex BB D6 DE 10 4 0 D C2 23 50
Octal 273 326 336 20 4 0 15 302 43 120
Binary 10111011 11010110 11011110 10000 100 0 1101 11000010 100011 1010000

Color Harmonies of #BBD6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6DE

Black with #BBD6DE

Text Example


Text Example

White with #BBD6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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