#BFFCD0

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

Shades of Granny Apple #BFFCD0

Tints of Granny Apple #BFFCD0

Color information

#BFFCD0 (or 0xBFFCD0) is unknown color: approx Granny Apple. HEX triplet: BF, FC and D0. RGB value is (191,252,208). Sum of RGB (Red+Green+Blue) = 191+252+208=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCD0 is #40032F. Grayscale: #E4E4E4. Windows color (decimal): -4195120 or 13696191. OLE color: 13696191.

HSL color Cylindrical-coordinate representation of color #BFFCD0: hue angle of 136.72º 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 #BFFCD0 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB191252208-
CMYK0.2400.170.01
HSL136.72º91.04%86.86%-
HSV(B)136.72º24.21%98.82%-
XYZ67.6885.2572.56-
YUV228.74116.29101.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=29.34%
G=38.71%
B=31.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522080.2400.170.01136.7291.0486.86
HexBFFCD0180111895b57
Octal277374320300211211133127
Binary1011111111111100110100001100001000111000100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCD0; }

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

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

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

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

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

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

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

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