#BDDFD2

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

Shades of Aero Blue #BDDFD2

Tints of Aero Blue #BDDFD2

Color information

#BDDFD2 (or 0xBDDFD2) is unknown color: approx Aero Blue. HEX triplet: BD, DF and D2. RGB value is (189,223,210). Sum of RGB (Red+Green+Blue) = 189+223+210=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD2 is #42202D. Grayscale: #D3D3D3. Windows color (decimal): -4333614 or 13819837. OLE color: 13819837.

HSL color Cylindrical-coordinate representation of color #BDDFD2: hue angle of 157.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB189223210-
CMYK0.1500.060.13
HSL157.06º34.69%80.78%-
HSV(B)157.06º15.25%87.45%-
XYZ59.0168.2571.04-
YUV211.35127.24112.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=30.39%
G=35.85%
B=33.76%

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
Decimal1892232100.1500.060.13157.0634.6980.78
HexBDDFD2F06D9d2351
Octal27533732217061523543121
Binary101111011101111111010010111101101101100111011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFD2; }

 p { color: rgb(189,223,210); }

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

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

 a { background-color: rgb(189,223,210); }

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

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

 span { border-color: rgb(189,223,210); }

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