#BFFFC7

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

Shades of Granny Apple #BFFFC7

Tints of Granny Apple #BFFFC7

Color information

#BFFFC7 (or 0xBFFFC7) is unknown color: approx Granny Apple. HEX triplet: BF, FF and C7. RGB value is (191,255,199). Sum of RGB (Red+Green+Blue) = 191+255+199=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC7 is #400038. Grayscale: #E5E5E5. Windows color (decimal): -4194361 or 13107135. OLE color: 13107135.

HSL color Cylindrical-coordinate representation of color #BFFFC7: hue angle of 127.5º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFC7 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB191255199-
CMYK0.2500.220
HSL127.5º100%87.45%-
HSV(B)127.5º25.1%100%-
XYZ67.5586.7267.21-
YUV229.48110.8100.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=29.61%
G=39.53%
B=30.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551990.2500.220127.510087.45
HexBFFFC7190160806457
Octal277377307310260200144127
Binary1011111111111111110001111100101011001000000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFC7; }

 p { color: rgb(191,255,199); }

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

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

 a { background-color: rgb(191,255,199); }

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

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

 span { border-color: rgb(191,255,199); }

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