Html Css Color HEX #BDFAB9 Tea Green

📋 copy color: '#BDFAB9'

red 189 ◦ green 250 ◦ blue 185

#BDFAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #BDFAB9

Tints of Tea Green #BDFAB9

RGB

 RED value IS 189 (74.22% from 255) = 30.29%

 GREEN value IS 250 (98.05% from 255) = 40.06%

 BLUE value IS 185 (72.66% from 255) = 29.65%

R = 30.29%
G = 40.06%
B = 29.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#BDFAB9 (or 0xBDFAB9) is known color: Tea Green. HEX triplet: BD, FA and B9. RGB value is (189,250,185). Sum of RGB (Red+Green+Blue) = 189+250+185=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB9 is #420546. Grayscale: #E0E0E0. Windows color (decimal): -4326727 or 12188349. OLE color: 12188349.

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

Color convert

RGB 189 250 185 -
CMYK 0.24 0 0.26 0.02
HSL 116.31º 0.87% 0.85% -
HSV(B) 116.31º 0.26% 0.98% -
XYZ 63.93 82.69 58.49 -
YUV 224.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 189 250 185 0.24 0 0.26 0.02 116.31 0.87 0.85
Hex BD FA B9 18 0 1A 2 74 57 55
Octal 275 372 271 30 0 32 2 164 127 125
Binary 10111101 11111010 10111001 11000 0 11010 10 1110100 1010111 1010101

Color Harmonies of #BDFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAB9

Black with #BDFAB9

Text Example


Text Example

White with #BDFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAB9; }

 p { color: rgb(189,250,185); }

 H1.HeaderClassName
 {
   color: #BDFAB9;
 }
 .AnyTagClassName
 {
   color: #BDFAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(189,250,185); }

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

border-color css

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

 span { border-color: rgb(189,250,185); }

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