#BBDCCC

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

Shades of Aero Blue #BBDCCC

Tints of Aero Blue #BBDCCC

Color information

#BBDCCC (or 0xBBDCCC) is unknown color: approx Aero Blue. HEX triplet: BB, DC and CC. RGB value is (187,220,204). Sum of RGB (Red+Green+Blue) = 187+220+204=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCCC is #442333. Grayscale: #D0D0D0. Windows color (decimal): -4465460 or 13425851. OLE color: 13425851.

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

Color convert

RGB187220204-
CMYK0.1500.070.14
HSL150.91º32.04%79.8%-
HSV(B)150.91º15%86.27%-
XYZ56.9966.1166.88-
YUV208.31125.57112.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=30.61%
G=36.01%
B=33.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872202040.1500.070.14150.9132.0479.8
HexBBDCCCF07E972050
Octal27333431417071622740120
Binary101110111101110011001100111101111110100101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCCC; }

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

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

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

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

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

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

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

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