Html Css Color HEX #BBC686 Pine Glade

📋 copy color: '#BBC686'

red 187 ◦ green 198 ◦ blue 134

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

Shades of Pine Glade #BBC686

Tints of Pine Glade #BBC686

RGB

 RED value IS 187 (73.44% from 255) = 36.03%

 GREEN value IS 198 (77.73% from 255) = 38.15%

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 36.03%
G = 38.15%
B = 25.82%

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

#BBC686 (or 0xBBC686) is known color: Pine Glade. HEX triplet: BB, C6 and 86. RGB value is (187,198,134). Sum of RGB (Red+Green+Blue) = 187+198+134=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC686 is #443979. Grayscale: #BBBBBB. Windows color (decimal): -4471162 or 8832699. OLE color: 8832699.

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

Color convert

RGB 187 198 134 -
CMYK 0.06 0 0.32 0.22
HSL 70.31º 0.36% 0.65% -
HSV(B) 70.31º 0.32% 0.78% -
XYZ 44.99 52.67 30.35 -
YUV 187.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 187 198 134 0.06 0 0.32 0.22 70.31 0.36 0.65
Hex BB C6 86 6 0 20 16 46 24 41
Octal 273 306 206 6 0 40 26 106 44 101
Binary 10111011 11000110 10000110 110 0 100000 10110 1000110 100100 1000001

Color Harmonies of #BBC686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC686

Black with #BBC686

Text Example


Text Example

White with #BBC686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC686; }

 p { color: rgb(187,198,134); }

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

background-color css

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

 a { background-color: rgb(187,198,134); }

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

border-color css

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

 span { border-color: rgb(187,198,134); }

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