#B4DEC7

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

Shades of Aero Blue #B4DEC7

Tints of Aero Blue #B4DEC7

Color information

#B4DEC7 (or 0xB4DEC7) is unknown color: approx Aero Blue. HEX triplet: B4, DE and C7. RGB value is (180,222,199). Sum of RGB (Red+Green+Blue) = 180+222+199=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEC7 is #4B2138. Grayscale: #CECECE. Windows color (decimal): -4923705 or 13098676. OLE color: 13098676.

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

Color convert

RGB180222199-
CMYK0.1900.100.13
HSL147.14º38.89%78.82%-
HSV(B)147.14º18.92%87.06%-
XYZ55.2566.0763.87-
YUV206.82123.59108.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 199 (78.12% from 255) = 33.11%
R=29.95%
G=36.94%
B=33.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221990.1900.100.13147.1438.8978.82
HexB4DEC7130AD93274f
Octal264336307230121522347117
Binary10110100110111101100011110011010101101100100111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEC7; }

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

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

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

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

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

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

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

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