#BFFECD

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

Shades of Granny Apple #BFFECD

Tints of Granny Apple #BFFECD

Color information

#BFFECD (or 0xBFFECD) is unknown color: approx Granny Apple. HEX triplet: BF, FE and CD. RGB value is (191,254,205). Sum of RGB (Red+Green+Blue) = 191+254+205=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECD is #400132. Grayscale: #E5E5E5. Windows color (decimal): -4194611 or 13500095. OLE color: 13500095.

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

Color convert

RGB191254205-
CMYK0.2500.190.00
HSL133.33º96.92%87.25%-
HSV(B)133.33º24.8%99.61%-
XYZ67.9586.3770.85-
YUV229.58114.13100.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.38%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=29.38%
G=39.08%
B=31.54%

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
Decimal1912542050.2500.190.00133.3396.9287.25
HexBFFECD190130856157
Octal277376315310230205141127
Binary1011111111111110110011011100101001101000010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFECD; }

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

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

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

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

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

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

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

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