Html Css Color HEX #BDFCB9 Tea Green

📋 copy color: '#BDFCB9'

red 189 ◦ green 252 ◦ blue 185

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

Shades of Tea Green #BDFCB9

Tints of Tea Green #BDFCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

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

R = 30.19%
G = 40.26%
B = 29.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BDFCB9 (or 0xBDFCB9) is known color: Tea Green. HEX triplet: BD, FC and B9. RGB value is (189,252,185). Sum of RGB (Red+Green+Blue) = 189+252+185=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCB9 is #420346. Grayscale: #E1E1E1. Windows color (decimal): -4326215 or 12188861. OLE color: 12188861.

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

Color convert

RGB 189 252 185 -
CMYK 0.25 0 0.27 0.01
HSL 116.42º 0.92% 0.86% -
HSV(B) 116.42º 0.27% 0.99% -
XYZ 64.55 83.94 58.7 -
YUV 225.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 189 252 185 0.25 0 0.27 0.01 116.42 0.92 0.86
Hex BD FC B9 19 0 1B 1 74 5C 56
Octal 275 374 271 31 0 33 1 164 134 126
Binary 10111101 11111100 10111001 11001 0 11011 1 1110100 1011100 1010110

Color Harmonies of #BDFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCB9

Black with #BDFCB9

Text Example


Text Example

White with #BDFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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