#BDEED6

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

Shades of Aero Blue #BDEED6

Tints of Aero Blue #BDEED6

Color information

#BDEED6 (or 0xBDEED6) is unknown color: approx Aero Blue. HEX triplet: BD, EE and D6. RGB value is (189,238,214). Sum of RGB (Red+Green+Blue) = 189+238+214=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEED6 is #421129. Grayscale: #DCDCDC. Windows color (decimal): -4329770 or 14085821. OLE color: 14085821.

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

Color convert

RGB189238214-
CMYK0.2100.100.07
HSL150.61º59.04%83.73%-
HSV(B)150.61º20.59%93.33%-
XYZ63.776.8275.09-
YUV220.61124.27105.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=29.49%
G=37.13%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1892382140.2100.100.07150.6159.0483.73
HexBDEED6150A7973b54
Octal27535632625012722773124
Binary1011110111101110110101101010101010111100101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEED6; }

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

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

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

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

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

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

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

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