Html Css Color HEX #BDFEB9 Tea Green

📋 copy color: '#BDFEB9'

red 189 ◦ green 254 ◦ blue 185

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

Shades of Tea Green #BDFEB9

Tints of Tea Green #BDFEB9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

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

R = 30.1%
G = 40.45%
B = 29.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#BDFEB9 (or 0xBDFEB9) is known color: Tea Green. HEX triplet: BD, FE and B9. RGB value is (189,254,185). Sum of RGB (Red+Green+Blue) = 189+254+185=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEB9 is #420146. Grayscale: #E2E2E2. Windows color (decimal): -4325703 or 12189373. OLE color: 12189373.

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

Color convert

RGB 189 254 185 -
CMYK 0.26 0 0.27 0.00
HSL 116.52º 0.97% 0.86% -
HSV(B) 116.52º 0.27% 1% -
XYZ 65.19 85.21 58.91 -
YUV 226.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 189 254 185 0.26 0 0.27 0.00 116.52 0.97 0.86
Hex BD FE B9 1A 0 1B 0 75 61 56
Octal 275 376 271 32 0 33 0 165 141 126
Binary 10111101 11111110 10111001 11010 0 11011 0 1110101 1100001 1010110

Color Harmonies of #BDFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFEB9

Black with #BDFEB9

Text Example


Text Example

White with #BDFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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