Html Css Color HEX #BCCE80 Caper

📋 copy color: '#BCCE80'

red 188 ◦ green 206 ◦ blue 128

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

Shades of Caper #BCCE80

Tints of Caper #BCCE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

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

R = 36.02%
G = 39.46%
B = 24.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BCCE80 (or 0xBCCE80) is known color: Caper. HEX triplet: BC, CE and 80. RGB value is (188,206,128). Sum of RGB (Red+Green+Blue) = 188+206+128=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE80 is #43317F. Grayscale: #C0C0C0. Windows color (decimal): -4403584 or 8441532. OLE color: 8441532.

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

Color convert

RGB 188 206 128 -
CMYK 0.09 0 0.38 0.19
HSL 73.85º 0.44% 0.65% -
HSV(B) 73.85º 0.38% 0.81% -
XYZ 46.71 56.39 28.85 -
YUV 191.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 188 206 128 0.09 0 0.38 0.19 73.85 0.44 0.65
Hex BC CE 80 9 0 26 13 4A 2C 41
Octal 274 316 200 11 0 46 23 112 54 101
Binary 10111100 11001110 10000000 1001 0 100110 10011 1001010 101100 1000001

Color Harmonies of #BCCE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE80

Black with #BCCE80

Text Example


Text Example

White with #BCCE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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