#BFF5C8

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

Shades of Granny Apple #BFF5C8

Tints of Granny Apple #BFF5C8

Color information

#BFF5C8 (or 0xBFF5C8) is unknown color: approx Granny Apple. HEX triplet: BF, F5 and C8. RGB value is (191,245,200). Sum of RGB (Red+Green+Blue) = 191+245+200=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C8 is #400A37. Grayscale: #DFDFDF. Windows color (decimal): -4196920 or 13170111. OLE color: 13170111.

HSL color Cylindrical-coordinate representation of color #BFF5C8: hue angle of 130º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5C8 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB191245200-
CMYK0.2200.180.04
HSL130º72.97%85.49%-
HSV(B)130º22.04%96.08%-
XYZ64.5680.5566.79-
YUV223.72114.61104.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 245 (96.09% from 255) = 38.52%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=30.03%
G=38.52%
B=31.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912452000.2200.180.0413072.9785.49
HexBFF5C8160124824955
Octal277365310260224202111125
Binary101111111111010111001000101100100101001000001010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5C8; }

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

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

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

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

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

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

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

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