Html Css Color HEX #BBD6DD Light Blue

📋 copy color: '#BBD6DD'

red 187 ◦ green 214 ◦ blue 221

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

Shades of Light Blue #BBD6DD

Tints of Light Blue #BBD6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 30.06%
G = 34.41%
B = 35.53%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD6DD (or 0xBBD6DD) is known color: Light Blue. HEX triplet: BB, D6 and DD. RGB value is (187,214,221). Sum of RGB (Red+Green+Blue) = 187+214+221=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6DD is #442922. Grayscale: #CECECE. Windows color (decimal): -4466979 or 14538427. OLE color: 14538427.

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

Color convert

RGB 187 214 221 -
CMYK 0.15 0.03 0 0.13
HSL 192.35º 0.33% 0.8% -
HSV(B) 192.35º 0.15% 0.87% -
XYZ 57.59 63.88 77.7 -
YUV 206.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 187 214 221 0.15 0.03 0 0.13 192.35 0.33 0.8
Hex BB D6 DD F 3 0 D C0 21 50
Octal 273 326 335 17 3 0 15 300 41 120
Binary 10111011 11010110 11011101 1111 11 0 1101 11000000 100001 1010000

Color Harmonies of #BBD6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6DD

Black with #BBD6DD

Text Example


Text Example

White with #BBD6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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