Html Css Color HEX #BDC887 Pine Glade

📋 copy color: '#BDC887'

red 189 ◦ green 200 ◦ blue 135

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

Shades of Pine Glade #BDC887

Tints of Pine Glade #BDC887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.76%

R = 36.07%
G = 38.17%
B = 25.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#BDC887 (or 0xBDC887) is known color: Pine Glade. HEX triplet: BD, C8 and 87. RGB value is (189,200,135). Sum of RGB (Red+Green+Blue) = 189+200+135=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC887 is #423778. Grayscale: #BDBDBD. Windows color (decimal): -4339577 or 8898749. OLE color: 8898749.

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

Color convert

RGB 189 200 135 -
CMYK 0.06 0 0.32 0.22
HSL 70.15º 0.37% 0.66% -
HSV(B) 70.15º 0.33% 0.78% -
XYZ 46.01 53.88 30.9 -
YUV 189.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 189 200 135 0.06 0 0.32 0.22 70.15 0.37 0.66
Hex BD C8 87 6 0 20 16 46 25 42
Octal 275 310 207 6 0 40 26 106 45 102
Binary 10111101 11001000 10000111 110 0 100000 10110 1000110 100101 1000010

Color Harmonies of #BDC887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC887

Black with #BDC887

Text Example


Text Example

White with #BDC887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC887; }

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

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

background-color css

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

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

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

border-color css

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

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

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