#BFFFC2

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

Shades of Granny Apple #BFFFC2

Tints of Granny Apple #BFFFC2

Color information

#BFFFC2 (or 0xBFFFC2) is unknown color: approx Granny Apple. HEX triplet: BF, FF and C2. RGB value is (191,255,194). Sum of RGB (Red+Green+Blue) = 191+255+194=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC2 is #40003D. Grayscale: #E5E5E5. Windows color (decimal): -4194366 or 12779455. OLE color: 12779455.

HSL color Cylindrical-coordinate representation of color #BFFFC2: hue angle of 122.81º 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 #BFFFC2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB191255194-
CMYK0.2500.240
HSL122.81º100%87.45%-
HSV(B)122.81º25.1%100%-
XYZ66.9886.4964.2-
YUV228.91108.3100.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 194 (76.17% from 255) = 30.31%
R=29.84%
G=39.84%
B=30.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551940.2500.240122.8110087.45
HexBFFFC21901807b6457
Octal277377302310300173144127
Binary101111111111111111000010110010110000111101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFC2; }

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

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

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

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

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

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

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

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