#B9FECF

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

Shades of Granny Apple #B9FECF

Tints of Granny Apple #B9FECF

Color information

#B9FECF (or 0xB9FECF) is unknown color: approx Granny Apple. HEX triplet: B9, FE and CF. RGB value is (185,254,207). Sum of RGB (Red+Green+Blue) = 185+254+207=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FECF is #460130. Grayscale: #E4E4E4. Windows color (decimal): -4587825 or 13631161. OLE color: 13631161.

HSL color Cylindrical-coordinate representation of color #B9FECF: hue angle of 139.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FECF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB185254207-
CMYK0.2700.190.00
HSL139.13º97.18%86.08%-
HSV(B)139.13º27.17%99.61%-
XYZ66.7185.772.06-
YUV228.01116.1497.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.64%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=28.64%
G=39.32%
B=32.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542070.2700.190.00139.1397.1886.08
HexB9FECF1B01308b6156
Octal271376317330230213141126
Binary1011100111111110110011111101101001101000101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FECF; }

 p { color: rgb(185,254,207); }

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

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

 a { background-color: rgb(185,254,207); }

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

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

 span { border-color: rgb(185,254,207); }

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