#BBDCCA

Color #BBDCCA Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BBDCCA

Tints of Aero Blue #BBDCCA

Color information

#BBDCCA (or 0xBBDCCA) is unknown color: approx Aero Blue. HEX triplet: BB, DC and CA. RGB value is (187,220,202). Sum of RGB (Red+Green+Blue) = 187+220+202=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCA is #442335. Grayscale: #D0D0D0. Windows color (decimal): -4465462 or 13294779. OLE color: 13294779.

HSL color Cylindrical-coordinate representation of color #BBDCCA: hue angle of 147.27º 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 #BBDCCA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB187220202-
CMYK0.1500.080.14
HSL147.27º32.04%79.8%-
HSV(B)147.27º15%86.27%-
XYZ56.7566.0265.63-
YUV208.08124.57112.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=30.71%
G=36.12%
B=33.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202020.1500.080.14147.2732.0479.8
HexBBDCCAF08E932050
Octal273334312170101622340120
Binary1011101111011100110010101111010001110100100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCCA; }

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

 H1.HeaderClassName
 {
   color: #BBDCCA;
 }
 .AnyTagClassName
 {
   color: #BBDCCA;
 }
</style>
background-color css

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

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

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

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

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

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