Html Css Color HEX #BDCA8E Green Mist

📋 copy color: '#BDCA8E'

red 189 ◦ green 202 ◦ blue 142

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

Shades of Green Mist #BDCA8E

Tints of Green Mist #BDCA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

 BLUE value IS 142 (55.86% from 255) = 26.64%

R = 35.46%
G = 37.9%
B = 26.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#BDCA8E (or 0xBDCA8E) is known color: Green Mist. HEX triplet: BD, CA and 8E. RGB value is (189,202,142). Sum of RGB (Red+Green+Blue) = 189+202+142=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA8E is #423571. Grayscale: #BFBFBF. Windows color (decimal): -4339058 or 9358013. OLE color: 9358013.

HSL color Cylindrical-coordinate representation of color #BDCA8E: hue angle of 73º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCA8E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 142 -
CMYK 0.06 0 0.30 0.21
HSL 73º 0.36% 0.67% -
HSV(B) 73º 0.3% 0.79% -
XYZ 46.99 55.01 33.73 -
YUV 191.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 189 202 142 0.06 0 0.30 0.21 73 0.36 0.67
Hex BD CA 8E 6 0 1E 15 49 24 43
Octal 275 312 216 6 0 36 25 111 44 103
Binary 10111101 11001010 10001110 110 0 11110 10101 1001001 100100 1000011

Color Harmonies of #BDCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA8E

Black with #BDCA8E

Text Example


Text Example

White with #BDCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA8E; }

 p { color: rgb(189,202,142); }

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

background-color css

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

 a { background-color: rgb(189,202,142); }

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

border-color css

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

 span { border-color: rgb(189,202,142); }

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