#B7DEC7

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

Shades of Aero Blue #B7DEC7

Tints of Aero Blue #B7DEC7

Color information

#B7DEC7 (or 0xB7DEC7) is unknown color: approx Aero Blue. HEX triplet: B7, DE and C7. RGB value is (183,222,199). Sum of RGB (Red+Green+Blue) = 183+222+199=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEC7 is #482138. Grayscale: #CFCFCF. Windows color (decimal): -4727097 or 13098679. OLE color: 13098679.

HSL color Cylindrical-coordinate representation of color #B7DEC7: hue angle of 144.62º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DEC7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB183222199-
CMYK0.1800.100.13
HSL144.62º37.14%79.41%-
HSV(B)144.62º17.57%87.06%-
XYZ55.9666.4363.91-
YUV207.72123.08110.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=30.30%
G=36.75%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832221990.1800.100.13144.6237.1479.41
HexB7DEC7120AD91254f
Octal267336307220121522145117
Binary10110111110111101100011110010010101101100100011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEC7; }

 p { color: rgb(183,222,199); }

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

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

 a { background-color: rgb(183,222,199); }

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

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

 span { border-color: rgb(183,222,199); }

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