Html Css Color HEX #BCD080 Caper

📋 copy color: '#BCD080'

red 188 ◦ green 208 ◦ blue 128

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

Shades of Caper #BCD080

Tints of Caper #BCD080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

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

R = 35.88%
G = 39.69%
B = 24.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BCD080 (or 0xBCD080) is known color: Caper. HEX triplet: BC, D0 and 80. RGB value is (188,208,128). Sum of RGB (Red+Green+Blue) = 188+208+128=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD080 is #432F7F. Grayscale: #C1C1C1. Windows color (decimal): -4403072 or 8442044. OLE color: 8442044.

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

Color convert

RGB 188 208 128 -
CMYK 0.10 0 0.38 0.18
HSL 75º 0.46% 0.66% -
HSV(B) 75º 0.38% 0.82% -
XYZ 47.19 57.36 29.01 -
YUV 192.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 188 208 128 0.10 0 0.38 0.18 75 0.46 0.66
Hex BC D0 80 A 0 26 12 4B 2E 42
Octal 274 320 200 12 0 46 22 113 56 102
Binary 10111100 11010000 10000000 1010 0 100110 10010 1001011 101110 1000010

Color Harmonies of #BCD080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD080

Black with #BCD080

Text Example


Text Example

White with #BCD080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD080; }

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

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

background-color css

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

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

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

border-color css

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

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

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