#BDEFD1

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

Shades of Aero Blue #BDEFD1

Tints of Aero Blue #BDEFD1

Color information

#BDEFD1 (or 0xBDEFD1) is unknown color: approx Aero Blue. HEX triplet: BD, EF and D1. RGB value is (189,239,209). Sum of RGB (Red+Green+Blue) = 189+239+209=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD1 is #42102E. Grayscale: #DCDCDC. Windows color (decimal): -4329519 or 13758397. OLE color: 13758397.

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

Color convert

RGB189239209-
CMYK0.2100.130.06
HSL144º60.98%83.92%-
HSV(B)144º20.92%93.73%-
XYZ63.3677.1671.87-
YUV220.63121.44105.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=29.67%
G=37.52%
B=32.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392090.2100.130.0614460.9883.92
HexBDEFD1150D6903d54
Octal27535732125015622075124
Binary1011110111101111110100011010101101110100100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFD1; }

 p { color: rgb(189,239,209); }

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

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

 a { background-color: rgb(189,239,209); }

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

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

 span { border-color: rgb(189,239,209); }

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