Html Css Color HEX #BCCB86 Caper

📋 copy color: '#BCCB86'

red 188 ◦ green 203 ◦ blue 134

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

Shades of Caper #BCCB86

Tints of Caper #BCCB86

RGB

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

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

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

R = 35.81%
G = 38.67%
B = 25.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#BCCB86 (or 0xBCCB86) is known color: Caper. HEX triplet: BC, CB and 86. RGB value is (188,203,134). Sum of RGB (Red+Green+Blue) = 188+203+134=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB86 is #433479. Grayscale: #BEBEBE. Windows color (decimal): -4404346 or 8833980. OLE color: 8833980.

HSL color Cylindrical-coordinate representation of color #BCCB86: hue angle of 73.04º 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 #BCCB86 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 134 -
CMYK 0.07 0 0.34 0.20
HSL 73.04º 0.4% 0.66% -
HSV(B) 73.04º 0.34% 0.8% -
XYZ 46.4 55.12 30.75 -
YUV 190.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 188 203 134 0.07 0 0.34 0.20 73.04 0.4 0.66
Hex BC CB 86 7 0 22 14 49 28 42
Octal 274 313 206 7 0 42 24 111 50 102
Binary 10111100 11001011 10000110 111 0 100010 10100 1001001 101000 1000010

Color Harmonies of #BCCB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB86

Black with #BCCB86

Text Example


Text Example

White with #BCCB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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