#BDEFD2

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

Shades of Aero Blue #BDEFD2

Tints of Aero Blue #BDEFD2

Color information

#BDEFD2 (or 0xBDEFD2) is unknown color: approx Aero Blue. HEX triplet: BD, EF and D2. RGB value is (189,239,210). Sum of RGB (Red+Green+Blue) = 189+239+210=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD2 is #42102D. Grayscale: #DCDCDC. Windows color (decimal): -4329518 or 13823933. OLE color: 13823933.

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

Color convert

RGB189239210-
CMYK0.2100.120.06
HSL145.2º60.98%83.92%-
HSV(B)145.2º20.92%93.73%-
XYZ63.4977.272.53-
YUV220.74121.94105.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 210 (82.42% from 255) = 32.92%
R=29.62%
G=37.46%
B=32.92%

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
Decimal1892392100.2100.120.06145.260.9883.92
HexBDEFD2150C6913d54
Octal27535732225014622175124
Binary1011110111101111110100101010101100110100100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFD2; }

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

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

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

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

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

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

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

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