Html Css Color HEX #BBD6E0 Light Blue

📋 copy color: '#BBD6E0'

red 187 ◦ green 214 ◦ blue 224

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

Shades of Light Blue #BBD6E0

Tints of Light Blue #BBD6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.84%

R = 29.92%
G = 34.24%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBD6E0 (or 0xBBD6E0) is known color: Light Blue. HEX triplet: BB, D6 and E0. RGB value is (187,214,224). Sum of RGB (Red+Green+Blue) = 187+214+224=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBD6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6E0 is #44291F. Grayscale: #CFCFCF. Windows color (decimal): -4466976 or 14735035. OLE color: 14735035.

HSL color Cylindrical-coordinate representation of color #BBD6E0: hue angle of 196.22º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD6E0 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 214 224 -
CMYK 0.17 0.04 0 0.12
HSL 196.22º 0.37% 0.81% -
HSV(B) 196.22º 0.17% 0.88% -
XYZ 57.99 64.04 79.83 -
YUV 207.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 187 214 224 0.17 0.04 0 0.12 196.22 0.37 0.81
Hex BB D6 E0 11 4 0 C C4 25 51
Octal 273 326 340 21 4 0 14 304 45 121
Binary 10111011 11010110 11100000 10001 100 0 1100 11000100 100101 1010001

Color Harmonies of #BBD6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6E0

Black with #BBD6E0

Text Example


Text Example

White with #BBD6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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