Html Css Color HEX #BCCD80 Caper

📋 copy color: '#BCCD80'

red 188 ◦ green 205 ◦ blue 128

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

Shades of Caper #BCCD80

Tints of Caper #BCCD80

RGB

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

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

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

R = 36.08%
G = 39.35%
B = 24.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#BCCD80 (or 0xBCCD80) is known color: Caper. HEX triplet: BC, CD and 80. RGB value is (188,205,128). Sum of RGB (Red+Green+Blue) = 188+205+128=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD80 is #43327F. Grayscale: #BFBFBF. Windows color (decimal): -4403840 or 8441276. OLE color: 8441276.

HSL color Cylindrical-coordinate representation of color #BCCD80: hue angle of 73.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCCD80 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 128 -
CMYK 0.08 0 0.38 0.20
HSL 73.25º 0.44% 0.65% -
HSV(B) 73.25º 0.38% 0.8% -
XYZ 46.47 55.91 28.77 -
YUV 191.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 188 205 128 0.08 0 0.38 0.20 73.25 0.44 0.65
Hex BC CD 80 8 0 26 14 49 2C 41
Octal 274 315 200 10 0 46 24 111 54 101
Binary 10111100 11001101 10000000 1000 0 100110 10100 1001001 101100 1000001

Color Harmonies of #BCCD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD80

Black with #BCCD80

Text Example


Text Example

White with #BCCD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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