Html Css Color HEX #BCCB85 Caper

📋 copy color: '#BCCB85'

red 188 ◦ green 203 ◦ blue 133

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

Shades of Caper #BCCB85

Tints of Caper #BCCB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 35.88%
G = 38.74%
B = 25.38%

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

#BCCB85 (or 0xBCCB85) is known color: Caper. HEX triplet: BC, CB and 85. RGB value is (188,203,133). Sum of RGB (Red+Green+Blue) = 188+203+133=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB85 is #43347A. Grayscale: #BEBEBE. Windows color (decimal): -4404347 or 8768444. OLE color: 8768444.

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

Color convert

RGB 188 203 133 -
CMYK 0.07 0 0.34 0.20
HSL 72.86º 0.4% 0.66% -
HSV(B) 72.86º 0.34% 0.8% -
XYZ 46.33 55.1 30.38 -
YUV 190.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 188 203 133 0.07 0 0.34 0.20 72.86 0.4 0.66
Hex BC CB 85 7 0 22 14 49 28 42
Octal 274 313 205 7 0 42 24 111 50 102
Binary 10111100 11001011 10000101 111 0 100010 10100 1001001 101000 1000010

Color Harmonies of #BCCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB85

Black with #BCCB85

Text Example


Text Example

White with #BCCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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