#BFFFC0

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

Shades of Granny Apple #BFFFC0

Tints of Granny Apple #BFFFC0

Color information

#BFFFC0 (or 0xBFFFC0) is unknown color: approx Granny Apple. HEX triplet: BF, FF and C0. RGB value is (191,255,192). Sum of RGB (Red+Green+Blue) = 191+255+192=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFC0 is #40003F. Grayscale: #E4E4E4. Windows color (decimal): -4194368 or 12648383. OLE color: 12648383.

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

Color convert

RGB191255192-
CMYK0.2500.250
HSL120.94º100%87.45%-
HSV(B)120.94º25.1%100%-
XYZ66.7686.463.03-
YUV228.68107.3101.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=29.94%
G=39.97%
B=30.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551920.2500.250120.9410087.45
HexBFFFC0190190796457
Octal277377300310310171144127
Binary101111111111111111000000110010110010111100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFC0; }

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

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

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

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

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

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

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

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