#BFEDD4

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

Shades of Aero Blue #BFEDD4

Tints of Aero Blue #BFEDD4

Color information

#BFEDD4 (or 0xBFEDD4) is unknown color: approx Aero Blue. HEX triplet: BF, ED and D4. RGB value is (191,237,212). Sum of RGB (Red+Green+Blue) = 191+237+212=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD4 is #40122B. Grayscale: #DCDCDC. Windows color (decimal): -4198956 or 13954495. OLE color: 13954495.

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

Color convert

RGB191237212-
CMYK0.1900.110.07
HSL147.39º56.1%83.92%-
HSV(B)147.39º19.41%92.94%-
XYZ63.6576.473.68-
YUV220.4123.26107.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=29.84%
G=37.03%
B=33.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372120.1900.110.07147.3956.183.92
HexBFEDD4130B7933854
Octal27735532423013722370124
Binary1011111111101101110101001001101011111100100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDD4; }

 p { color: rgb(191,237,212); }

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

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

 a { background-color: rgb(191,237,212); }

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

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

 span { border-color: rgb(191,237,212); }

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