#BFFCB4

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

Shades of Tea Green #BFFCB4

Tints of Tea Green #BFFCB4

Color information

#BFFCB4 (or 0xBFFCB4) is unknown color: approx Tea Green. HEX triplet: BF, FC and B4. RGB value is (191,252,180). Sum of RGB (Red+Green+Blue) = 191+252+180=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCB4 is #40034B. Grayscale: #E1E1E1. Windows color (decimal): -4195148 or 11861183. OLE color: 11861183.

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

Color convert

RGB191252180-
CMYK0.2400.290.01
HSL110.83º92.31%84.71%-
HSV(B)110.83º28.57%98.82%-
XYZ64.5383.9955.99-
YUV225.55102.29103.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=30.66%
G=40.45%
B=28.89%

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
Decimal1912521800.2400.290.01110.8392.3184.71
HexBFFCB41801D16f5c55
Octal277374264300351157134125
Binary101111111111110010110100110000111011110111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCB4; }

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

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

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

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

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

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

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

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