Html Css Color HEX #BBC886 Caper

📋 copy color: '#BBC886'

red 187 ◦ green 200 ◦ blue 134

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

Shades of Caper #BBC886

Tints of Caper #BBC886

RGB

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

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

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

R = 35.89%
G = 38.39%
B = 25.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BBC886 (or 0xBBC886) is known color: Caper. HEX triplet: BB, C8 and 86. RGB value is (187,200,134). Sum of RGB (Red+Green+Blue) = 187+200+134=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC886 is #443779. Grayscale: #BCBCBC. Windows color (decimal): -4470650 or 8833211. OLE color: 8833211.

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

Color convert

RGB 187 200 134 -
CMYK 0.06 0 0.33 0.22
HSL 71.82º 0.38% 0.65% -
HSV(B) 71.82º 0.33% 0.78% -
XYZ 45.45 53.59 30.5 -
YUV 188.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 187 200 134 0.06 0 0.33 0.22 71.82 0.38 0.65
Hex BB C8 86 6 0 21 16 48 26 41
Octal 273 310 206 6 0 41 26 110 46 101
Binary 10111011 11001000 10000110 110 0 100001 10110 1001000 100110 1000001

Color Harmonies of #BBC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC886

Black with #BBC886

Text Example


Text Example

White with #BBC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC886; }

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

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

background-color css

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

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

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

border-color css

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

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

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