#BDDDCE

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

Shades of Aero Blue #BDDDCE

Tints of Aero Blue #BDDDCE

Color information

#BDDDCE (or 0xBDDDCE) is unknown color: approx Aero Blue. HEX triplet: BD, DD and CE. RGB value is (189,221,206). Sum of RGB (Red+Green+Blue) = 189+221+206=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCE is #422231. Grayscale: #D1D1D1. Windows color (decimal): -4334130 or 13557181. OLE color: 13557181.

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

Color convert

RGB189221206-
CMYK0.1400.070.13
HSL151.88º32%80.39%-
HSV(B)151.88º14.48%86.67%-
XYZ57.9866.9968.27-
YUV209.72125.9113.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=30.68%
G=35.88%
B=33.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212060.1400.070.13151.883280.39
HexBDDDCEE07D982050
Octal27533531616071523040120
Binary101111011101110111001110111001111101100110001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDCE; }

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

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

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

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

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

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

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

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