#BFFBBC

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

Shades of Tea Green #BFFBBC

Tints of Tea Green #BFFBBC

Color information

#BFFBBC (or 0xBFFBBC) is unknown color: approx Tea Green. HEX triplet: BF, FB and BC. RGB value is (191,251,188). Sum of RGB (Red+Green+Blue) = 191+251+188=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBC is #400443. Grayscale: #E2E2E2. Windows color (decimal): -4195396 or 12385215. OLE color: 12385215.

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

Color convert

RGB191251188-
CMYK0.2400.250.02
HSL117.14º88.73%86.08%-
HSV(B)117.14º25.1%98.43%-
XYZ65.0683.760.3-
YUV225.88106.62103.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=30.32%
G=39.84%
B=29.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511880.2400.250.02117.1488.7386.08
HexBFFBBC180192755956
Octal277373274300312165131126
Binary1011111111111011101111001100001100110111010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBBC; }

 p { color: rgb(191,251,188); }

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

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

 a { background-color: rgb(191,251,188); }

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

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

 span { border-color: rgb(191,251,188); }

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