#BFE4C7

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

Shades of Granny Apple #BFE4C7

Tints of Granny Apple #BFE4C7

Color information

#BFE4C7 (or 0xBFE4C7) is unknown color: approx Granny Apple. HEX triplet: BF, E4 and C7. RGB value is (191,228,199). Sum of RGB (Red+Green+Blue) = 191+228+199=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C7 is #401B38. Grayscale: #D5D5D5. Windows color (decimal): -4201273 or 13100223. OLE color: 13100223.

HSL color Cylindrical-coordinate representation of color #BFE4C7: hue angle of 132.97º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4C7 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB191228199-
CMYK0.1600.130.11
HSL132.97º40.66%82.16%-
HSV(B)132.97º16.23%89.41%-
XYZ59.5470.6964.54-
YUV213.63119.74111.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=30.91%
G=36.89%
B=32.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281990.1600.130.11132.9740.6682.16
HexBFE4C7100DB852952
Octal277344307200151320551122
Binary10111111111001001100011110000011011011100001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4C7; }

 p { color: rgb(191,228,199); }

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

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

 a { background-color: rgb(191,228,199); }

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

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

 span { border-color: rgb(191,228,199); }

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