#B4E7CB

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

Shades of Aero Blue #B4E7CB

Tints of Aero Blue #B4E7CB

Color information

#B4E7CB (or 0xB4E7CB) is unknown color: approx Aero Blue. HEX triplet: B4, E7 and CB. RGB value is (180,231,203). Sum of RGB (Red+Green+Blue) = 180+231+203=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7CB is #4B1834. Grayscale: #D4D4D4. Windows color (decimal): -4921397 or 13363124. OLE color: 13363124.

HSL color Cylindrical-coordinate representation of color #B4E7CB: hue angle of 147.06º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7CB is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB180231203-
CMYK0.2200.120.09
HSL147.06º51.52%80.59%-
HSV(B)147.06º22.08%90.59%-
XYZ58.1871.1767.17-
YUV212.56122.6104.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=29.32%
G=37.62%
B=33.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802312030.2200.120.09147.0651.5280.59
HexB4E7CB160C9933451
Octal264347313260141122364121
Binary10110100111001111100101110110011001001100100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7CB; }

 p { color: rgb(180,231,203); }

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

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

 a { background-color: rgb(180,231,203); }

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

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

 span { border-color: rgb(180,231,203); }

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