#BFFCB2

Color #BFFCB2 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #BFFCB2

Tints of Tea Green #BFFCB2

Color information

#BFFCB2 (or 0xBFFCB2) is unknown color: approx Tea Green. HEX triplet: BF, FC and B2. RGB value is (191,252,178). Sum of RGB (Red+Green+Blue) = 191+252+178=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFCB2 is #40034D. Grayscale: #E1E1E1. Windows color (decimal): -4195150 or 11730111. OLE color: 11730111.

HSL color Cylindrical-coordinate representation of color #BFFCB2: hue angle of 109.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFFCB2 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB191252178-
CMYK0.2400.290.01
HSL109.46º92.5%84.31%-
HSV(B)109.46º29.37%98.82%-
XYZ64.3383.9154.93-
YUV225.32101.29103.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=30.76%
G=40.58%
B=28.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521780.2400.290.01109.4692.584.31
HexBFFCB21801D16d5c54
Octal277374262300351155134124
Binary101111111111110010110010110000111011110110110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCB2; }

 p { color: rgb(191,252,178); }

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

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

 a { background-color: rgb(191,252,178); }

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

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

 span { border-color: rgb(191,252,178); }

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