Html Css Color HEX #BDC896 Green Mist

📋 copy color: '#BDC896'

red 189 ◦ green 200 ◦ blue 150

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

Shades of Green Mist #BDC896

Tints of Green Mist #BDC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 35.06%
G = 37.11%
B = 27.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BDC896 (or 0xBDC896) is known color: Green Mist. HEX triplet: BD, C8 and 96. RGB value is (189,200,150). Sum of RGB (Red+Green+Blue) = 189+200+150=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC896 is #423769. Grayscale: #BFBFBF. Windows color (decimal): -4339562 or 9881789. OLE color: 9881789.

HSL color Cylindrical-coordinate representation of color #BDC896: hue angle of 73.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC896 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 150 -
CMYK 0.06 0 0.25 0.22
HSL 73.2º 0.31% 0.69% -
HSV(B) 73.2º 0.25% 0.78% -
XYZ 47.15 54.33 36.86 -
YUV 191.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 189 200 150 0.06 0 0.25 0.22 73.2 0.31 0.69
Hex BD C8 96 6 0 19 16 49 1F 45
Octal 275 310 226 6 0 31 26 111 37 105
Binary 10111101 11001000 10010110 110 0 11001 10110 1001001 11111 1000101

Color Harmonies of #BDC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC896

Black with #BDC896

Text Example


Text Example

White with #BDC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC896; }

 p { color: rgb(189,200,150); }

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

background-color css

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

 a { background-color: rgb(189,200,150); }

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

border-color css

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

 span { border-color: rgb(189,200,150); }

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