#BDF0D7

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

Shades of Aero Blue #BDF0D7

Tints of Aero Blue #BDF0D7

Color information

#BDF0D7 (or 0xBDF0D7) is unknown color: approx Aero Blue. HEX triplet: BD, F0 and D7. RGB value is (189,240,215). Sum of RGB (Red+Green+Blue) = 189+240+215=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0D7 is #420F28. Grayscale: #DDDDDD. Windows color (decimal): -4329257 or 14151869. OLE color: 14151869.

HSL color Cylindrical-coordinate representation of color #BDF0D7: hue angle of 150.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0D7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB189240215-
CMYK0.2100.100.06
HSL150.59º62.96%84.12%-
HSV(B)150.59º21.25%94.12%-
XYZ64.4178.0575.96-
YUV221.9124.1104.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 240 (94.14% from 255) = 37.27%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=29.35%
G=37.27%
B=33.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402150.2100.100.06150.5962.9684.12
HexBDF0D7150A6973f54
Octal27536032725012622777124
Binary1011110111110000110101111010101010110100101111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0D7; }

 p { color: rgb(189,240,215); }

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

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

 a { background-color: rgb(189,240,215); }

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

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

 span { border-color: rgb(189,240,215); }

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