#BFFBBB

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

Shades of Tea Green #BFFBBB

Tints of Tea Green #BFFBBB

Color information

#BFFBBB (or 0xBFFBBB) is unknown color: approx Tea Green. HEX triplet: BF, FB and BB. RGB value is (191,251,187). Sum of RGB (Red+Green+Blue) = 191+251+187=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBB is #400444. Grayscale: #E1E1E1. Windows color (decimal): -4195397 or 12319679. OLE color: 12319679.

HSL color Cylindrical-coordinate representation of color #BFFBBB: hue angle of 116.25º 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 #BFFBBB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB191251187-
CMYK0.2400.250.02
HSL116.25º88.89%85.88%-
HSV(B)116.25º25.5%98.43%-
XYZ64.9583.6659.74-
YUV225.76106.12103.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=30.37%
G=39.90%
B=29.73%

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
Decimal1912511870.2400.250.02116.2588.8985.88
HexBFFBBB180192745956
Octal277373273300312164131126
Binary1011111111111011101110111100001100110111010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBBB; }

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

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

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

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

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

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

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

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