Html Css Color HEX #BBDCC9 Aero Blue

📋 copy color: '#BBDCC9'

red 187 ◦ green 220 ◦ blue 201

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

Shades of Aero Blue #BBDCC9

Tints of Aero Blue #BBDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

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

R = 30.76%
G = 36.18%
B = 33.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BBDCC9 (or 0xBBDCC9) is known color: Aero Blue. HEX triplet: BB, DC and C9. RGB value is (187,220,201). Sum of RGB (Red+Green+Blue) = 187+220+201=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC9 is #442336. Grayscale: #D0D0D0. Windows color (decimal): -4465463 or 13229243. OLE color: 13229243.

HSL color Cylindrical-coordinate representation of color #BBDCC9: hue angle of 145.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 201 -
CMYK 0.15 0 0.09 0.14
HSL 145.45º 0.32% 0.8% -
HSV(B) 145.45º 0.15% 0.86% -
XYZ 56.63 65.97 65.01 -
YUV 207.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 187 220 201 0.15 0 0.09 0.14 145.45 0.32 0.8
Hex BB DC C9 F 0 9 E 91 20 50
Octal 273 334 311 17 0 11 16 221 40 120
Binary 10111011 11011100 11001001 1111 0 1001 1110 10010001 100000 1010000

Color Harmonies of #BBDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCC9

Black with #BBDCC9

Text Example


Text Example

White with #BBDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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