Html Css Color HEX #BCD387 Caper

📋 copy color: '#BCD387'

red 188 ◦ green 211 ◦ blue 135

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

Shades of Caper #BCD387

Tints of Caper #BCD387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.28%

R = 35.21%
G = 39.51%
B = 25.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#BCD387 (or 0xBCD387) is known color: Caper. HEX triplet: BC, D3 and 87. RGB value is (188,211,135). Sum of RGB (Red+Green+Blue) = 188+211+135=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD387 is #432C78. Grayscale: #C3C3C3. Windows color (decimal): -4402297 or 8901564. OLE color: 8901564.

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

Color convert

RGB 188 211 135 -
CMYK 0.11 0 0.36 0.17
HSL 78.16º 0.46% 0.68% -
HSV(B) 78.16º 0.36% 0.83% -
XYZ 48.41 59.03 31.76 -
YUV 195.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 188 211 135 0.11 0 0.36 0.17 78.16 0.46 0.68
Hex BC D3 87 B 0 24 11 4E 2E 44
Octal 274 323 207 13 0 44 21 116 56 104
Binary 10111100 11010011 10000111 1011 0 100100 10001 1001110 101110 1000100

Color Harmonies of #BCD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD387

Black with #BCD387

Text Example


Text Example

White with #BCD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD387; }

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

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

background-color css

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

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

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

border-color css

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

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

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