Html Css Color HEX #BCCD85 Caper

📋 copy color: '#BCCD85'

red 188 ◦ green 205 ◦ blue 133

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

Shades of Caper #BCCD85

Tints of Caper #BCCD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

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

R = 35.74%
G = 38.97%
B = 25.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#BCCD85 (or 0xBCCD85) is known color: Caper. HEX triplet: BC, CD and 85. RGB value is (188,205,133). Sum of RGB (Red+Green+Blue) = 188+205+133=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD85 is #43327A. Grayscale: #BFBFBF. Windows color (decimal): -4403835 or 8768956. OLE color: 8768956.

HSL color Cylindrical-coordinate representation of color #BCCD85: hue angle of 74.17º degrees, saturation: 0.42, 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 #BCCD85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 133 -
CMYK 0.08 0 0.35 0.20
HSL 74.17º 0.42% 0.66% -
HSV(B) 74.17º 0.35% 0.8% -
XYZ 46.8 56.05 30.54 -
YUV 191.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 188 205 133 0.08 0 0.35 0.20 74.17 0.42 0.66
Hex BC CD 85 8 0 23 14 4A 2A 42
Octal 274 315 205 10 0 43 24 112 52 102
Binary 10111100 11001101 10000101 1000 0 100011 10100 1001010 101010 1000010

Color Harmonies of #BCCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD85

Black with #BCCD85

Text Example


Text Example

White with #BCCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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