#BBDDCC

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

Shades of Aero Blue #BBDDCC

Tints of Aero Blue #BBDDCC

Color information

#BBDDCC (or 0xBBDDCC) is unknown color: approx Aero Blue. HEX triplet: BB, DD and CC. RGB value is (187,221,204). Sum of RGB (Red+Green+Blue) = 187+221+204=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCC is #442233. Grayscale: #D0D0D0. Windows color (decimal): -4465204 or 13426107. OLE color: 13426107.

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

Color convert

RGB187221204-
CMYK0.1500.080.13
HSL150º33.33%80%-
HSV(B)150º15.38%86.67%-
XYZ57.2566.6466.97-
YUV208.9125.24112.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212040.1500.080.1315033.3380
HexBBDDCCF08D962150
Octal273335314170101522641120
Binary1011101111011101110011001111010001101100101101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDCC; }

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

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

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

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

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

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

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

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