#BFF9BB

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

Shades of Tea Green #BFF9BB

Tints of Tea Green #BFF9BB

Color information

#BFF9BB (or 0xBFF9BB) is unknown color: approx Tea Green. HEX triplet: BF, F9 and BB. RGB value is (191,249,187). Sum of RGB (Red+Green+Blue) = 191+249+187=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9BB is #400644. Grayscale: #E0E0E0. Windows color (decimal): -4195909 or 12319167. OLE color: 12319167.

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

Color convert

RGB191249187-
CMYK0.2300.250.02
HSL116.13º83.78%85.49%-
HSV(B)116.13º24.9%97.65%-
XYZ64.3382.4259.53-
YUV224.59106.78104.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=30.46%
G=39.71%
B=29.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912491870.2300.250.02116.1383.7885.49
HexBFF9BB170192745455
Octal277371273270312164124125
Binary1011111111111001101110111011101100110111010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9BB; }

 p { color: rgb(191,249,187); }

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

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

 a { background-color: rgb(191,249,187); }

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

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

 span { border-color: rgb(191,249,187); }

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