#B9ECC5

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

Shades of Granny Apple #B9ECC5

Tints of Granny Apple #B9ECC5

Color information

#B9ECC5 (or 0xB9ECC5) is unknown color: approx Granny Apple. HEX triplet: B9, EC and C5. RGB value is (185,236,197). Sum of RGB (Red+Green+Blue) = 185+236+197=618 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.94% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECC5 is #46133A. Grayscale: #D8D8D8. Windows color (decimal): -4592443 or 12971193. OLE color: 12971193.

HSL color Cylindrical-coordinate representation of color #B9ECC5: hue angle of 134.12º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECC5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB185236197-
CMYK0.2200.170.07
HSL134.12º57.3%82.55%-
HSV(B)134.12º21.61%92.55%-
XYZ60.0874.3464.01-
YUV216.3117.1105.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.94%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 197 (77.34% from 255) = 31.88%
R=29.94%
G=38.19%
B=31.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852361970.2200.170.07134.1257.382.55
HexB9ECC5160117863953
Octal27135430526021720671123
Binary10111001111011001100010110110010001111100001101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECC5; }

 p { color: rgb(185,236,197); }

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

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

 a { background-color: rgb(185,236,197); }

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

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

 span { border-color: rgb(185,236,197); }

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