#B9F7CF

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

Shades of Granny Apple #B9F7CF

Tints of Granny Apple #B9F7CF

Color information

#B9F7CF (or 0xB9F7CF) is unknown color: approx Granny Apple. HEX triplet: B9, F7 and CF. RGB value is (185,247,207). Sum of RGB (Red+Green+Blue) = 185+247+207=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7CF is #460830. Grayscale: #E0E0E0. Windows color (decimal): -4589617 or 13629369. OLE color: 13629369.

HSL color Cylindrical-coordinate representation of color #B9F7CF: hue angle of 141.29º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F7CF is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB185247207-
CMYK0.2500.160.03
HSL141.29º79.49%84.71%-
HSV(B)141.29º25.1%96.86%-
XYZ64.5381.3471.33-
YUV223.9118.46100.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=28.95%
G=38.65%
B=32.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852472070.2500.160.03141.2979.4984.71
HexB9F7CF1901038d4f55
Octal271367317310203215117125
Binary10111001111101111100111111001010000111000110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F7CF; }

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

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

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

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

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

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

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

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