Html Css Color HEX #BCD382 Caper

📋 copy color: '#BCD382'

red 188 ◦ green 211 ◦ blue 130

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

Shades of Caper #BCD382

Tints of Caper #BCD382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.57%

R = 35.54%
G = 39.89%
B = 24.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#BCD382 (or 0xBCD382) is known color: Caper. HEX triplet: BC, D3 and 82. RGB value is (188,211,130). Sum of RGB (Red+Green+Blue) = 188+211+130=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD382 is #432C7D. Grayscale: #C3C3C3. Windows color (decimal): -4402302 or 8573884. OLE color: 8573884.

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

Color convert

RGB 188 211 130 -
CMYK 0.11 0 0.38 0.17
HSL 77.04º 0.48% 0.67% -
HSV(B) 77.04º 0.38% 0.83% -
XYZ 48.06 58.89 29.95 -
YUV 194.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 188 211 130 0.11 0 0.38 0.17 77.04 0.48 0.67
Hex BC D3 82 B 0 26 11 4D 30 43
Octal 274 323 202 13 0 46 21 115 60 103
Binary 10111100 11010011 10000010 1011 0 100110 10001 1001101 110000 1000011

Color Harmonies of #BCD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD382

Black with #BCD382

Text Example


Text Example

White with #BCD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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