#BDFBB6

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

Shades of Tea Green #BDFBB6

Tints of Tea Green #BDFBB6

Color information

#BDFBB6 (or 0xBDFBB6) is unknown color: approx Tea Green. HEX triplet: BD, FB and B6. RGB value is (189,251,182). Sum of RGB (Red+Green+Blue) = 189+251+182=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBB6 is #420449. Grayscale: #E0E0E0. Windows color (decimal): -4326474 or 11991997. OLE color: 11991997.

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

Color convert

RGB189251182-
CMYK0.2500.270.02
HSL113.91º89.61%84.9%-
HSV(B)113.91º27.49%98.43%-
XYZ63.9383.1956.94-
YUV224.6103.96102.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 251 (98.44% from 255) = 40.35%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=30.39%
G=40.35%
B=29.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511820.2500.270.02113.9189.6184.9
HexBDFBB61901B2725a55
Octal275373266310332162132125
Binary1011110111111011101101101100101101110111001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBB6; }

 p { color: rgb(189,251,182); }

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

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

 a { background-color: rgb(189,251,182); }

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

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

 span { border-color: rgb(189,251,182); }

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