Html Css Color HEX #BCC189 Pine Glade

📋 copy color: '#BCC189'

red 188 ◦ green 193 ◦ blue 137

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

Shades of Pine Glade #BCC189

Tints of Pine Glade #BCC189

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

 GREEN value IS 193 (75.78% from 255) = 37.26%

 BLUE value IS 137 (53.91% from 255) = 26.45%

R = 36.29%
G = 37.26%
B = 26.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BCC189 (or 0xBCC189) is known color: Pine Glade. HEX triplet: BC, C1 and 89. RGB value is (188,193,137). Sum of RGB (Red+Green+Blue) = 188+193+137=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC189 is #433E76. Grayscale: #B9B9B9. Windows color (decimal): -4406903 or 9028028. OLE color: 9028028.

HSL color Cylindrical-coordinate representation of color #BCC189: hue angle of 65.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC189 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 137 -
CMYK 0.03 0 0.29 0.24
HSL 65.36º 0.31% 0.65% -
HSV(B) 65.36º 0.29% 0.76% -
XYZ 44.32 50.64 31.1 -
YUV 185.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 188 193 137 0.03 0 0.29 0.24 65.36 0.31 0.65
Hex BC C1 89 3 0 1D 18 41 1F 41
Octal 274 301 211 3 0 35 30 101 37 101
Binary 10111100 11000001 10001001 11 0 11101 11000 1000001 11111 1000001

Color Harmonies of #BCC189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC189

Black with #BCC189

Text Example


Text Example

White with #BCC189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC189; }

 p { color: rgb(188,193,137); }

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

background-color css

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

 a { background-color: rgb(188,193,137); }

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

border-color css

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

 span { border-color: rgb(188,193,137); }

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