Html Css Color HEX #BCD486 Caper

📋 copy color: '#BCD486'

red 188 ◦ green 212 ◦ blue 134

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

Shades of Caper #BCD486

Tints of Caper #BCD486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 35.21%
G = 39.7%
B = 25.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#BCD486 (or 0xBCD486) is known color: Caper. HEX triplet: BC, D4 and 86. RGB value is (188,212,134). Sum of RGB (Red+Green+Blue) = 188+212+134=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD486 is #432B79. Grayscale: #C4C4C4. Windows color (decimal): -4402042 or 8836284. OLE color: 8836284.

HSL color Cylindrical-coordinate representation of color #BCD486: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD486 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 134 -
CMYK 0.11 0 0.37 0.17
HSL 78.46º 0.48% 0.68% -
HSV(B) 78.46º 0.37% 0.83% -
XYZ 48.59 59.5 31.48 -
YUV 195.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 188 212 134 0.11 0 0.37 0.17 78.46 0.48 0.68
Hex BC D4 86 B 0 25 11 4E 30 44
Octal 274 324 206 13 0 45 21 116 60 104
Binary 10111100 11010100 10000110 1011 0 100101 10001 1001110 110000 1000100

Color Harmonies of #BCD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD486

Black with #BCD486

Text Example


Text Example

White with #BCD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD486; }

 p { color: rgb(188,212,134); }

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

background-color css

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

 a { background-color: rgb(188,212,134); }

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

border-color css

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

 span { border-color: rgb(188,212,134); }

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