Html Css Color HEX #BBCB86 Caper

📋 copy color: '#BBCB86'

red 187 ◦ green 203 ◦ blue 134

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

Shades of Caper #BBCB86

Tints of Caper #BBCB86

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

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

R = 35.69%
G = 38.74%
B = 25.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#BBCB86 (or 0xBBCB86) is known color: Caper. HEX triplet: BB, CB and 86. RGB value is (187,203,134). Sum of RGB (Red+Green+Blue) = 187+203+134=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCB86 is #443479. Grayscale: #BEBEBE. Windows color (decimal): -4469882 or 8833979. OLE color: 8833979.

HSL color Cylindrical-coordinate representation of color #BBCB86: hue angle of 73.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBCB86 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 134 -
CMYK 0.08 0 0.34 0.20
HSL 73.91º 0.4% 0.66% -
HSV(B) 73.91º 0.34% 0.8% -
XYZ 46.15 55 30.74 -
YUV 190.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 187 203 134 0.08 0 0.34 0.20 73.91 0.4 0.66
Hex BB CB 86 8 0 22 14 4A 28 42
Octal 273 313 206 10 0 42 24 112 50 102
Binary 10111011 11001011 10000110 1000 0 100010 10100 1001010 101000 1000010

Color Harmonies of #BBCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB86

Black with #BBCB86

Text Example


Text Example

White with #BBCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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