#BDFFB4

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

Shades of Tea Green #BDFFB4

Tints of Tea Green #BDFFB4

Color information

#BDFFB4 (or 0xBDFFB4) is unknown color: approx Tea Green. HEX triplet: BD, FF and B4. RGB value is (189,255,180). Sum of RGB (Red+Green+Blue) = 189+255+180=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFB4 is #42004B. Grayscale: #E2E2E2. Windows color (decimal): -4325452 or 11861949. OLE color: 11861949.

HSL color Cylindrical-coordinate representation of color #BDFFB4: hue angle of 112.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDFFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB189255180-
CMYK0.2600.290
HSL112.8º100%85.29%-
HSV(B)112.8º29.41%100%-
XYZ64.9885.6356.28-
YUV226.72101.63101.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 180 (70.70% from 255) = 28.85%
R=30.29%
G=40.87%
B=28.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551800.2600.290112.810085.29
HexBDFFB41A01D0716455
Octal275377264320350161144125
Binary101111011111111110110100110100111010111000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFB4; }

 p { color: rgb(189,255,180); }

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

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

 a { background-color: rgb(189,255,180); }

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

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

 span { border-color: rgb(189,255,180); }

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