Html Css Color HEX #BCCA8B Caper

📋 copy color: '#BCCA8B'

red 188 ◦ green 202 ◦ blue 139

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

Shades of Caper #BCCA8B

Tints of Caper #BCCA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 35.54%
G = 38.19%
B = 26.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#BCCA8B (or 0xBCCA8B) is known color: Caper. HEX triplet: BC, CA and 8B. RGB value is (188,202,139). Sum of RGB (Red+Green+Blue) = 188+202+139=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8B is #433574. Grayscale: #BEBEBE. Windows color (decimal): -4404597 or 9161404. OLE color: 9161404.

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

Color convert

RGB 188 202 139 -
CMYK 0.07 0 0.31 0.21
HSL 73.33º 0.37% 0.67% -
HSV(B) 73.33º 0.31% 0.79% -
XYZ 46.52 54.8 32.55 -
YUV 190.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 188 202 139 0.07 0 0.31 0.21 73.33 0.37 0.67
Hex BC CA 8B 7 0 1F 15 49 25 43
Octal 274 312 213 7 0 37 25 111 45 103
Binary 10111100 11001010 10001011 111 0 11111 10101 1001001 100101 1000011

Color Harmonies of #BCCA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA8B

Black with #BCCA8B

Text Example


Text Example

White with #BCCA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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