Html Css Color HEX #BCD176 Caper

📋 copy color: '#BCD176'

red 188 ◦ green 209 ◦ blue 118

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

Shades of Caper #BCD176

Tints of Caper #BCD176

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 36.5%
G = 40.58%
B = 22.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BCD176 (or 0xBCD176) is known color: Caper. HEX triplet: BC, D1 and 76. RGB value is (188,209,118). Sum of RGB (Red+Green+Blue) = 188+209+118=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD176 is #432E89. Grayscale: #C0C0C0. Windows color (decimal): -4402826 or 7786940. OLE color: 7786940.

HSL color Cylindrical-coordinate representation of color #BCD176: hue angle of 73.85º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD176 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 118 -
CMYK 0.10 0 0.44 0.18
HSL 73.85º 0.5% 0.64% -
HSV(B) 73.85º 0.44% 0.82% -
XYZ 46.81 57.6 25.79 -
YUV 192.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 188 209 118 0.10 0 0.44 0.18 73.85 0.5 0.64
Hex BC D1 76 A 0 2C 12 4A 32 40
Octal 274 321 166 12 0 54 22 112 62 100
Binary 10111100 11010001 1110110 1010 0 101100 10010 1001010 110010 1000000

Color Harmonies of #BCD176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD176

Black with #BCD176

Text Example


Text Example

White with #BCD176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD176; }

 p { color: rgb(188,209,118); }

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

background-color css

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

 a { background-color: rgb(188,209,118); }

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

border-color css

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

 span { border-color: rgb(188,209,118); }

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