#BBDDCF

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

Shades of Aero Blue #BBDDCF

Tints of Aero Blue #BBDDCF

Color information

#BBDDCF (or 0xBBDDCF) is unknown color: approx Aero Blue. HEX triplet: BB, DD and CF. RGB value is (187,221,207). Sum of RGB (Red+Green+Blue) = 187+221+207=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDCF is #442230. Grayscale: #D1D1D1. Windows color (decimal): -4465201 or 13622715. OLE color: 13622715.

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

Color convert

RGB187221207-
CMYK0.1500.060.13
HSL155.29º33.33%80%-
HSV(B)155.29º15.38%86.67%-
XYZ57.6166.7868.89-
YUV209.24126.74112.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=30.41%
G=35.93%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212070.1500.060.13155.2933.3380
HexBBDDCFF06D9b2150
Octal27333531717061523341120
Binary101110111101110111001111111101101101100110111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDCF; }

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

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

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

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

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

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

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

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