#BFFFC4

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

Shades of Granny Apple #BFFFC4

Tints of Granny Apple #BFFFC4

Color information

#BFFFC4 (or 0xBFFFC4) is unknown color: approx Granny Apple. HEX triplet: BF, FF and C4. RGB value is (191,255,196). Sum of RGB (Red+Green+Blue) = 191+255+196=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC4 is #40003B. Grayscale: #E5E5E5. Windows color (decimal): -4194364 or 12910527. OLE color: 12910527.

HSL color Cylindrical-coordinate representation of color #BFFFC4: hue angle of 124.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFC4 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB191255196-
CMYK0.2500.230
HSL124.69º100%87.45%-
HSV(B)124.69º25.1%100%-
XYZ67.2186.5865.39-
YUV229.14109.3100.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 196 (76.95% from 255) = 30.53%
R=29.75%
G=39.72%
B=30.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551960.2500.230124.6910087.45
HexBFFFC41901707d6457
Octal277377304310270175144127
Binary101111111111111111000100110010101110111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFC4; }

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

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

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

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

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

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

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

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