#BFFECF

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

Shades of Granny Apple #BFFECF

Tints of Granny Apple #BFFECF

Color information

#BFFECF (or 0xBFFECF) is unknown color: approx Granny Apple. HEX triplet: BF, FE and CF. RGB value is (191,254,207). Sum of RGB (Red+Green+Blue) = 191+254+207=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECF is #400130. Grayscale: #E5E5E5. Windows color (decimal): -4194609 or 13631167. OLE color: 13631167.

HSL color Cylindrical-coordinate representation of color #BFFECF: hue angle of 135.24º 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 #BFFECF is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB191254207-
CMYK0.2500.190.00
HSL135.24º96.92%87.25%-
HSV(B)135.24º24.8%99.61%-
XYZ68.1986.4672.13-
YUV229.8115.13100.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=29.29%
G=38.96%
B=31.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542070.2500.190.00135.2496.9287.25
HexBFFECF190130876157
Octal277376317310230207141127
Binary1011111111111110110011111100101001101000011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFECF; }

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

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

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

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

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

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

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

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