#B5ECC7

Color #B5ECC7 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #B5ECC7

Tints of Granny Apple #B5ECC7

Color information

#B5ECC7 (or 0xB5ECC7) is unknown color: approx Granny Apple. HEX triplet: B5, EC and C7. RGB value is (181,236,199). Sum of RGB (Red+Green+Blue) = 181+236+199=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECC7 is #4A1338. Grayscale: #D7D7D7. Windows color (decimal): -4854585 or 13102261. OLE color: 13102261.

HSL color Cylindrical-coordinate representation of color #B5ECC7: hue angle of 139.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECC7 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB181236199-
CMYK0.2300.160.07
HSL139.64º59.14%81.76%-
HSV(B)139.64º23.31%92.55%-
XYZ59.3673.9465.18-
YUV215.34118.78103.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=29.38%
G=38.31%
B=32.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812361990.2300.160.07139.6459.1481.76
HexB5ECC71701078c3b52
Octal26535430727020721473122
Binary10110101111011001100011110111010000111100011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECC7; }

 p { color: rgb(181,236,199); }

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

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

 a { background-color: rgb(181,236,199); }

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

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

 span { border-color: rgb(181,236,199); }

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