#BDF9B8

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

Shades of Tea Green #BDF9B8

Tints of Tea Green #BDF9B8

Color information

#BDF9B8 (or 0xBDF9B8) is unknown color: approx Tea Green. HEX triplet: BD, F9 and B8. RGB value is (189,249,184). Sum of RGB (Red+Green+Blue) = 189+249+184=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9B8 is #420647. Grayscale: #DFDFDF. Windows color (decimal): -4326984 or 12122557. OLE color: 12122557.

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

Color convert

RGB189249184-
CMYK0.2400.260.02
HSL115.38º84.42%84.9%-
HSV(B)115.38º26.1%97.65%-
XYZ63.5182.0357.83-
YUV223.65105.62103.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 184 (72.27% from 255) = 29.58%
R=30.39%
G=40.03%
B=29.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491840.2400.260.02115.3884.4284.9
HexBDF9B81801A2735455
Octal275371270300322163124125
Binary1011110111111001101110001100001101010111001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9B8; }

 p { color: rgb(189,249,184); }

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

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

 a { background-color: rgb(189,249,184); }

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

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

 span { border-color: rgb(189,249,184); }

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