Html Css Color HEX #BCCA84 Caper

📋 copy color: '#BCCA84'

red 188 ◦ green 202 ◦ blue 132

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

Shades of Caper #BCCA84

Tints of Caper #BCCA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.7%

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 36.02%
G = 38.7%
B = 25.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BCCA84 (or 0xBCCA84) is known color: Caper. HEX triplet: BC, CA and 84. RGB value is (188,202,132). Sum of RGB (Red+Green+Blue) = 188+202+132=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA84 is #43357B. Grayscale: #BEBEBE. Windows color (decimal): -4404604 or 8702652. OLE color: 8702652.

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

Color convert

RGB 188 202 132 -
CMYK 0.07 0 0.35 0.21
HSL 72º 0.4% 0.65% -
HSV(B) 72º 0.35% 0.79% -
XYZ 46.02 54.6 29.94 -
YUV 189.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 188 202 132 0.07 0 0.35 0.21 72 0.4 0.65
Hex BC CA 84 7 0 23 15 48 28 41
Octal 274 312 204 7 0 43 25 110 50 101
Binary 10111100 11001010 10000100 111 0 100011 10101 1001000 101000 1000001

Color Harmonies of #BCCA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA84

Black with #BCCA84

Text Example


Text Example

White with #BCCA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA84; }

 p { color: rgb(188,202,132); }

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

background-color css

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

 a { background-color: rgb(188,202,132); }

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

border-color css

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

 span { border-color: rgb(188,202,132); }

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