#BDF0D4

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

Shades of Aero Blue #BDF0D4

Tints of Aero Blue #BDF0D4

Color information

#BDF0D4 (or 0xBDF0D4) is unknown color: approx Aero Blue. HEX triplet: BD, F0 and D4. RGB value is (189,240,212). Sum of RGB (Red+Green+Blue) = 189+240+212=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0D4 is #420F2B. Grayscale: #DDDDDD. Windows color (decimal): -4329260 or 13955261. OLE color: 13955261.

HSL color Cylindrical-coordinate representation of color #BDF0D4: hue angle of 147.06º 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 #BDF0D4 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB189240212-
CMYK0.2100.120.06
HSL147.06º62.96%84.12%-
HSV(B)147.06º21.25%94.12%-
XYZ64.0377.8973.95-
YUV221.56122.6104.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=29.49%
G=37.44%
B=33.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402120.2100.120.06147.0662.9684.12
HexBDF0D4150C6933f54
Octal27536032425014622377124
Binary1011110111110000110101001010101100110100100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0D4; }

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

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

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

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

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

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

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

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