Html Css Color HEX #BCD282 Caper

📋 copy color: '#BCD282'

red 188 ◦ green 210 ◦ blue 130

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

Shades of Caper #BCD282

Tints of Caper #BCD282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

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

R = 35.61%
G = 39.77%
B = 24.62%

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

#BCD282 (or 0xBCD282) is known color: Caper. HEX triplet: BC, D2 and 82. RGB value is (188,210,130). Sum of RGB (Red+Green+Blue) = 188+210+130=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD282 is #432D7D. Grayscale: #C2C2C2. Windows color (decimal): -4402558 or 8573628. OLE color: 8573628.

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

Color convert

RGB 188 210 130 -
CMYK 0.10 0 0.38 0.18
HSL 76.5º 0.47% 0.67% -
HSV(B) 76.5º 0.38% 0.82% -
XYZ 47.81 58.4 29.87 -
YUV 194.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 188 210 130 0.10 0 0.38 0.18 76.5 0.47 0.67
Hex BC D2 82 A 0 26 12 4C 2F 43
Octal 274 322 202 12 0 46 22 114 57 103
Binary 10111100 11010010 10000010 1010 0 100110 10010 1001100 101111 1000011

Color Harmonies of #BCD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD282

Black with #BCD282

Text Example


Text Example

White with #BCD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD282; }

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

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

background-color css

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

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

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

border-color css

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

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

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