#BFFECC

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

Shades of Granny Apple #BFFECC

Tints of Granny Apple #BFFECC

Color information

#BFFECC (or 0xBFFECC) is unknown color: approx Granny Apple. HEX triplet: BF, FE and CC. RGB value is (191,254,204). Sum of RGB (Red+Green+Blue) = 191+254+204=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECC is #400133. Grayscale: #E5E5E5. Windows color (decimal): -4194612 or 13434559. OLE color: 13434559.

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

Color convert

RGB191254204-
CMYK0.2500.200.00
HSL132.38º96.92%87.25%-
HSV(B)132.38º24.8%99.61%-
XYZ67.8386.3270.21-
YUV229.46113.63100.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.43%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=29.43%
G=39.14%
B=31.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542040.2500.200.00132.3896.9287.25
HexBFFECC190140846157
Octal277376314310240204141127
Binary1011111111111110110011001100101010001000010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFECC; }

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

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

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

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

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

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

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

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