Html Css Color HEX #BCD380 Caper

📋 copy color: '#BCD380'

red 188 ◦ green 211 ◦ blue 128

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

Shades of Caper #BCD380

Tints of Caper #BCD380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 128 (50.39% from 255) = 24.29%

R = 35.67%
G = 40.04%
B = 24.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#BCD380 (or 0xBCD380) is known color: Caper. HEX triplet: BC, D3 and 80. RGB value is (188,211,128). Sum of RGB (Red+Green+Blue) = 188+211+128=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD380 is #432C7F. Grayscale: #C2C2C2. Windows color (decimal): -4402304 or 8442812. OLE color: 8442812.

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

Color convert

RGB 188 211 128 -
CMYK 0.11 0 0.39 0.17
HSL 76.63º 0.49% 0.66% -
HSV(B) 76.63º 0.39% 0.83% -
XYZ 47.93 58.84 29.25 -
YUV 194.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 188 211 128 0.11 0 0.39 0.17 76.63 0.49 0.66
Hex BC D3 80 B 0 27 11 4D 31 42
Octal 274 323 200 13 0 47 21 115 61 102
Binary 10111100 11010011 10000000 1011 0 100111 10001 1001101 110001 1000010

Color Harmonies of #BCD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD380

Black with #BCD380

Text Example


Text Example

White with #BCD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD380; }

 p { color: rgb(188,211,128); }

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

background-color css

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

 a { background-color: rgb(188,211,128); }

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

border-color css

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

 span { border-color: rgb(188,211,128); }

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