#BFFCC5

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

Shades of Granny Apple #BFFCC5

Tints of Granny Apple #BFFCC5

Color information

#BFFCC5 (or 0xBFFCC5) is unknown color: approx Granny Apple. HEX triplet: BF, FC and C5. RGB value is (191,252,197). Sum of RGB (Red+Green+Blue) = 191+252+197=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCC5 is #40033A. Grayscale: #E3E3E3. Windows color (decimal): -4195131 or 12975295. OLE color: 12975295.

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

Color convert

RGB191252197-
CMYK0.2400.220.01
HSL125.9º91.04%86.86%-
HSV(B)125.9º24.21%98.82%-
XYZ66.3784.7365.68-
YUV227.49110.79101.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=29.84%
G=39.38%
B=30.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521970.2400.220.01125.991.0486.86
HexBFFCC51801617e5b57
Octal277374305300261176133127
Binary101111111111110011000101110000101101111111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCC5; }

 p { color: rgb(191,252,197); }

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

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

 a { background-color: rgb(191,252,197); }

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

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

 span { border-color: rgb(191,252,197); }

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