#BFF5C4

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

Shades of Granny Apple #BFF5C4

Tints of Granny Apple #BFF5C4

Color information

#BFF5C4 (or 0xBFF5C4) is unknown color: approx Granny Apple. HEX triplet: BF, F5 and C4. RGB value is (191,245,196). Sum of RGB (Red+Green+Blue) = 191+245+196=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5C4 is #400A3B. Grayscale: #DFDFDF. Windows color (decimal): -4196924 or 12907967. OLE color: 12907967.

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

Color convert

RGB191245196-
CMYK0.2200.20.04
HSL125.56º72.97%85.49%-
HSV(B)125.56º22.04%96.08%-
XYZ64.180.3764.36-
YUV223.27112.61104.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 196 (76.95% from 255) = 31.01%
R=30.22%
G=38.77%
B=31.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451960.2200.20.04125.5672.9785.49
HexBFF5C41601447e4955
Octal277365304260244176111125
Binary10111111111101011100010010110010100100111111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5C4; }

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

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

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

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

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

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

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

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