#BDDCCE

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

Shades of Aero Blue #BDDCCE

Tints of Aero Blue #BDDCCE

Color information

#BDDCCE (or 0xBDDCCE) is unknown color: approx Aero Blue. HEX triplet: BD, DC and CE. RGB value is (189,220,206). Sum of RGB (Red+Green+Blue) = 189+220+206=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCE is #422331. Grayscale: #D1D1D1. Windows color (decimal): -4334386 or 13556925. OLE color: 13556925.

HSL color Cylindrical-coordinate representation of color #BDDCCE: hue angle of 152.9º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCCE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB189220206-
CMYK0.1400.060.14
HSL152.9º30.69%80.2%-
HSV(B)152.9º14.09%86.27%-
XYZ57.7266.4668.18-
YUV209.14126.23113.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=30.73%
G=35.77%
B=33.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892202060.1400.060.14152.930.6980.2
HexBDDCCEE06E991f50
Octal27533431616061623137120
Binary10111101110111001100111011100110111010011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCCE; }

 p { color: rgb(189,220,206); }

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

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

 a { background-color: rgb(189,220,206); }

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

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

 span { border-color: rgb(189,220,206); }

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