#BFFED0

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

Shades of Granny Apple #BFFED0

Tints of Granny Apple #BFFED0

Color information

#BFFED0 (or 0xBFFED0) is unknown color: approx Granny Apple. HEX triplet: BF, FE and D0. RGB value is (191,254,208). Sum of RGB (Red+Green+Blue) = 191+254+208=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFED0 is #40012F. Grayscale: #E6E6E6. Windows color (decimal): -4194608 or 13696703. OLE color: 13696703.

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

Color convert

RGB191254208-
CMYK0.2500.180.00
HSL136.19º96.92%87.25%-
HSV(B)136.19º24.8%99.61%-
XYZ68.3186.5172.77-
YUV229.92115.63100.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=29.25%
G=38.90%
B=31.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542080.2500.180.00136.1996.9287.25
HexBFFED0190120886157
Octal277376320310220210141127
Binary1011111111111110110100001100101001001000100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFED0; }

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

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

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

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

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

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

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

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