Html Css Color HEX #BDE8B9 Moss Green

📋 copy color: '#BDE8B9'

red 189 ◦ green 232 ◦ blue 185

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

Shades of Moss Green #BDE8B9

Tints of Moss Green #BDE8B9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.28%

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

R = 31.19%
G = 38.28%
B = 30.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#BDE8B9 (or 0xBDE8B9) is known color: Moss Green. HEX triplet: BD, E8 and B9. RGB value is (189,232,185). Sum of RGB (Red+Green+Blue) = 189+232+185=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B9 is #421746. Grayscale: #D5D5D5. Windows color (decimal): -4331335 or 12183741. OLE color: 12183741.

HSL color Cylindrical-coordinate representation of color #BDE8B9: hue angle of 114.89º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE8B9 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 185 -
CMYK 0.19 0 0.20 0.09
HSL 114.89º 0.51% 0.82% -
HSV(B) 114.89º 0.2% 0.91% -
XYZ 58.6 72.03 56.71 -
YUV 213.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 189 232 185 0.19 0 0.20 0.09 114.89 0.51 0.82
Hex BD E8 B9 13 0 14 9 73 33 52
Octal 275 350 271 23 0 24 11 163 63 122
Binary 10111101 11101000 10111001 10011 0 10100 1001 1110011 110011 1010010

Color Harmonies of #BDE8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE8B9

Black with #BDE8B9

Text Example


Text Example

White with #BDE8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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