Html Css Color HEX #BCCB84 Caper

📋 copy color: '#BCCB84'

red 188 ◦ green 203 ◦ blue 132

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

Shades of Caper #BCCB84

Tints of Caper #BCCB84

RGB

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

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

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

R = 35.95%
G = 38.81%
B = 25.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#BCCB84 (or 0xBCCB84) is known color: Caper. HEX triplet: BC, CB and 84. RGB value is (188,203,132). Sum of RGB (Red+Green+Blue) = 188+203+132=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB84 is #43347B. Grayscale: #BEBEBE. Windows color (decimal): -4404348 or 8702908. OLE color: 8702908.

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

Color convert

RGB 188 203 132 -
CMYK 0.07 0 0.35 0.20
HSL 72.68º 0.41% 0.66% -
HSV(B) 72.68º 0.35% 0.8% -
XYZ 46.26 55.07 30.02 -
YUV 190.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 188 203 132 0.07 0 0.35 0.20 72.68 0.41 0.66
Hex BC CB 84 7 0 23 14 49 29 42
Octal 274 313 204 7 0 43 24 111 51 102
Binary 10111100 11001011 10000100 111 0 100011 10100 1001001 101001 1000010

Color Harmonies of #BCCB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB84

Black with #BCCB84

Text Example


Text Example

White with #BCCB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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