#BFDED2

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

Shades of Aero Blue #BFDED2

Tints of Aero Blue #BFDED2

Color information

#BFDED2 (or 0xBFDED2) is unknown color: approx Aero Blue. HEX triplet: BF, DE and D2. RGB value is (191,222,210). Sum of RGB (Red+Green+Blue) = 191+222+210=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED2 is #40212D. Grayscale: #D3D3D3. Windows color (decimal): -4202798 or 13819583. OLE color: 13819583.

HSL color Cylindrical-coordinate representation of color #BFDED2: hue angle of 156.77º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDED2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB191222210-
CMYK0.1400.050.13
HSL156.77º31.96%80.98%-
HSV(B)156.77º13.96%87.06%-
XYZ59.2467.9770.97-
YUV211.36127.23113.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=30.66%
G=35.63%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912222100.1400.050.13156.7731.9680.98
HexBFDED2E05D9d2051
Octal27733632216051523540121
Binary101111111101111011010010111001011101100111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDED2; }

 p { color: rgb(191,222,210); }

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

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

 a { background-color: rgb(191,222,210); }

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

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

 span { border-color: rgb(191,222,210); }

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