#BFF5C5

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

Shades of Granny Apple #BFF5C5

Tints of Granny Apple #BFF5C5

Color information

#BFF5C5 (or 0xBFF5C5) is unknown color: approx Granny Apple. HEX triplet: BF, F5 and C5. RGB value is (191,245,197). Sum of RGB (Red+Green+Blue) = 191+245+197=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C5 is #400A3A. Grayscale: #DFDFDF. Windows color (decimal): -4196923 or 12973503. OLE color: 12973503.

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

Color convert

RGB191245197-
CMYK0.2200.200.04
HSL126.67º72.97%85.49%-
HSV(B)126.67º22.04%96.08%-
XYZ64.2280.4164.96-
YUV223.38113.11104.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 245 (96.09% from 255) = 38.70%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=30.17%
G=38.70%
B=31.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451970.2200.200.04126.6772.9785.49
HexBFF5C51601447f4955
Octal277365305260244177111125
Binary10111111111101011100010110110010100100111111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5C5; }

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

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

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

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

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

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

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

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