#BFE7C8

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

Shades of Granny Apple #BFE7C8

Tints of Granny Apple #BFE7C8

Color information

#BFE7C8 (or 0xBFE7C8) is unknown color: approx Granny Apple. HEX triplet: BF, E7 and C8. RGB value is (191,231,200). Sum of RGB (Red+Green+Blue) = 191+231+200=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7C8 is #401837. Grayscale: #D7D7D7. Windows color (decimal): -4200504 or 13166527. OLE color: 13166527.

HSL color Cylindrical-coordinate representation of color #BFE7C8: hue angle of 133.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7C8 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB191231200-
CMYK0.1700.130.09
HSL133.5º45.45%82.75%-
HSV(B)133.5º17.32%90.59%-
XYZ60.4972.465.43-
YUV215.51119.25110.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=30.71%
G=37.14%
B=32.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912312000.1700.130.09133.545.4582.75
HexBFE7C8110D9862d53
Octal277347310210151120655123
Binary10111111111001111100100010001011011001100001101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7C8; }

 p { color: rgb(191,231,200); }

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

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

 a { background-color: rgb(191,231,200); }

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

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

 span { border-color: rgb(191,231,200); }

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