Html Css Color HEX #BBC986 Caper

📋 copy color: '#BBC986'

red 187 ◦ green 201 ◦ blue 134

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

Shades of Caper #BBC986

Tints of Caper #BBC986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

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

R = 35.82%
G = 38.51%
B = 25.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#BBC986 (or 0xBBC986) is known color: Caper. HEX triplet: BB, C9 and 86. RGB value is (187,201,134). Sum of RGB (Red+Green+Blue) = 187+201+134=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC986 is #443679. Grayscale: #BDBDBD. Windows color (decimal): -4470394 or 8833467. OLE color: 8833467.

HSL color Cylindrical-coordinate representation of color #BBC986: hue angle of 72.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBC986 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 134 -
CMYK 0.07 0 0.33 0.21
HSL 72.54º 0.38% 0.66% -
HSV(B) 72.54º 0.33% 0.79% -
XYZ 45.68 54.06 30.58 -
YUV 189.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 187 201 134 0.07 0 0.33 0.21 72.54 0.38 0.66
Hex BB C9 86 7 0 21 15 49 26 42
Octal 273 311 206 7 0 41 25 111 46 102
Binary 10111011 11001001 10000110 111 0 100001 10101 1001001 100110 1000010

Color Harmonies of #BBC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC986

Black with #BBC986

Text Example


Text Example

White with #BBC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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