#B9FCC2

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

Shades of Granny Apple #B9FCC2

Tints of Granny Apple #B9FCC2

Color information

#B9FCC2 (or 0xB9FCC2) is unknown color: approx Granny Apple. HEX triplet: B9, FC and C2. RGB value is (185,252,194). Sum of RGB (Red+Green+Blue) = 185+252+194=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCC2 is #46033D. Grayscale: #E1E1E1. Windows color (decimal): -4588350 or 12778681. OLE color: 12778681.

HSL color Cylindrical-coordinate representation of color #B9FCC2: hue angle of 128.06º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCC2 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB185252194-
CMYK0.2700.230.01
HSL128.06º91.78%85.69%-
HSV(B)128.06º26.59%98.82%-
XYZ64.5683.8363.82-
YUV225.35110.399.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 194 (76.17% from 255) = 30.74%
R=29.32%
G=39.94%
B=30.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852521940.2700.230.01128.0691.7885.69
HexB9FCC21B0171805c56
Octal271374302330271200134126
Binary1011100111111100110000101101101011111000000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCC2; }

 p { color: rgb(185,252,194); }

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

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

 a { background-color: rgb(185,252,194); }

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

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

 span { border-color: rgb(185,252,194); }

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