Html Css Color HEX #BBDEC9 Aero Blue

📋 copy color: '#BBDEC9'

red 187 ◦ green 222 ◦ blue 201

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

Shades of Aero Blue #BBDEC9

Tints of Aero Blue #BBDEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 201 (78.91% from 255) = 32.95%

R = 30.66%
G = 36.39%
B = 32.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BBDEC9 (or 0xBBDEC9) is known color: Aero Blue. HEX triplet: BB, DE and C9. RGB value is (187,222,201). Sum of RGB (Red+Green+Blue) = 187+222+201=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEC9 is #442136. Grayscale: #D1D1D1. Windows color (decimal): -4464951 or 13229755. OLE color: 13229755.

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

Color convert

RGB 187 222 201 -
CMYK 0.16 0 0.09 0.13
HSL 144º 0.35% 0.8% -
HSV(B) 144º 0.16% 0.87% -
XYZ 57.16 67.02 65.18 -
YUV 209.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 187 222 201 0.16 0 0.09 0.13 144 0.35 0.8
Hex BB DE C9 10 0 9 D 90 23 50
Octal 273 336 311 20 0 11 15 220 43 120
Binary 10111011 11011110 11001001 10000 0 1001 1101 10010000 100011 1010000

Color Harmonies of #BBDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEC9

Black with #BBDEC9

Text Example


Text Example

White with #BBDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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