#BDDDCA

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

Shades of Aero Blue #BDDDCA

Tints of Aero Blue #BDDDCA

Color information

#BDDDCA (or 0xBDDDCA) is unknown color: approx Aero Blue. HEX triplet: BD, DD and CA. RGB value is (189,221,202). Sum of RGB (Red+Green+Blue) = 189+221+202=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCA is #422235. Grayscale: #D1D1D1. Windows color (decimal): -4334134 or 13295037. OLE color: 13295037.

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

Color convert

RGB189221202-
CMYK0.1400.090.13
HSL144.38º32%80.39%-
HSV(B)144.38º14.48%86.67%-
XYZ57.566.865.74-
YUV209.27123.9113.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=30.88%
G=36.11%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212020.1400.090.13144.383280.39
HexBDDDCAE09D902050
Octal275335312160111522040120
Binary1011110111011101110010101110010011101100100001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDCA; }

 p { color: rgb(189,221,202); }

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

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

 a { background-color: rgb(189,221,202); }

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

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

 span { border-color: rgb(189,221,202); }

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