Html Css Color HEX #BCD087 Caper

📋 copy color: '#BCD087'

red 188 ◦ green 208 ◦ blue 135

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

Shades of Caper #BCD087

Tints of Caper #BCD087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 35.4%
G = 39.17%
B = 25.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#BCD087 (or 0xBCD087) is known color: Caper. HEX triplet: BC, D0 and 87. RGB value is (188,208,135). Sum of RGB (Red+Green+Blue) = 188+208+135=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD087 is #432F78. Grayscale: #C1C1C1. Windows color (decimal): -4403065 or 8900796. OLE color: 8900796.

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

Color convert

RGB 188 208 135 -
CMYK 0.10 0 0.35 0.18
HSL 76.44º 0.44% 0.67% -
HSV(B) 76.44º 0.35% 0.82% -
XYZ 47.67 57.55 31.52 -
YUV 193.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 188 208 135 0.10 0 0.35 0.18 76.44 0.44 0.67
Hex BC D0 87 A 0 23 12 4C 2C 43
Octal 274 320 207 12 0 43 22 114 54 103
Binary 10111100 11010000 10000111 1010 0 100011 10010 1001100 101100 1000011

Color Harmonies of #BCD087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD087

Black with #BCD087

Text Example


Text Example

White with #BCD087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD087; }

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

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

background-color css

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

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

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

border-color css

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

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

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