#BDFDB5

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

Shades of Tea Green #BDFDB5

Tints of Tea Green #BDFDB5

Color information

#BDFDB5 (or 0xBDFDB5) is unknown color: approx Tea Green. HEX triplet: BD, FD and B5. RGB value is (189,253,181). Sum of RGB (Red+Green+Blue) = 189+253+181=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDB5 is #42024A. Grayscale: #E1E1E1. Windows color (decimal): -4325963 or 11926973. OLE color: 11926973.

HSL color Cylindrical-coordinate representation of color #BDFDB5: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFDB5 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB189253181-
CMYK0.2500.280.01
HSL113.33º94.74%85.1%-
HSV(B)113.33º28.46%99.22%-
XYZ64.4584.4156.61-
YUV225.66102.8101.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=30.34%
G=40.61%
B=29.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531810.2500.280.01113.3394.7485.1
HexBDFDB51901C1715f55
Octal275375265310341161137125
Binary101111011111110110110101110010111001111000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDB5; }

 p { color: rgb(189,253,181); }

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

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

 a { background-color: rgb(189,253,181); }

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

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

 span { border-color: rgb(189,253,181); }

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