#BDEED8

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

Shades of Aero Blue #BDEED8

Tints of Aero Blue #BDEED8

Color information

#BDEED8 (or 0xBDEED8) is unknown color: approx Aero Blue. HEX triplet: BD, EE and D8. RGB value is (189,238,216). Sum of RGB (Red+Green+Blue) = 189+238+216=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED8 is #421127. Grayscale: #DCDCDC. Windows color (decimal): -4329768 or 14216893. OLE color: 14216893.

HSL color Cylindrical-coordinate representation of color #BDEED8: hue angle of 153.06º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEED8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB189238216-
CMYK0.2100.090.07
HSL153.06º59.04%83.73%-
HSV(B)153.06º20.59%93.33%-
XYZ63.9676.9376.44-
YUV220.84125.27105.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=29.39%
G=37.01%
B=33.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382160.2100.090.07153.0659.0483.73
HexBDEED815097993b54
Octal27535633025011723173124
Binary1011110111101110110110001010101001111100110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEED8; }

 p { color: rgb(189,238,216); }

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

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

 a { background-color: rgb(189,238,216); }

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

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

 span { border-color: rgb(189,238,216); }

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