#BFF6BB

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

Shades of Tea Green #BFF6BB

Tints of Tea Green #BFF6BB

Color information

#BFF6BB (or 0xBFF6BB) is unknown color: approx Tea Green. HEX triplet: BF, F6 and BB. RGB value is (191,246,187). Sum of RGB (Red+Green+Blue) = 191+246+187=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6BB is #400944. Grayscale: #DFDFDF. Windows color (decimal): -4196677 or 12318399. OLE color: 12318399.

HSL color Cylindrical-coordinate representation of color #BFF6BB: hue angle of 115.93º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF6BB is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB191246187-
CMYK0.2200.240.04
HSL115.93º76.62%84.9%-
HSV(B)115.93º23.98%96.47%-
XYZ63.4180.5859.22-
YUV222.83107.78105.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=30.61%
G=39.42%
B=29.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461870.2200.240.04115.9376.6284.9
HexBFF6BB160184744d55
Octal277366273260304164115125
Binary10111111111101101011101110110011000100111010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6BB; }

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

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

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

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

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

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

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

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