Html Css Color HEX #BCD086 Caper

📋 copy color: '#BCD086'

red 188 ◦ green 208 ◦ blue 134

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

Shades of Caper #BCD086

Tints of Caper #BCD086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 35.47%
G = 39.25%
B = 25.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#BCD086 (or 0xBCD086) is known color: Caper. HEX triplet: BC, D0 and 86. RGB value is (188,208,134). Sum of RGB (Red+Green+Blue) = 188+208+134=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD086 is #432F79. Grayscale: #C1C1C1. Windows color (decimal): -4403066 or 8835260. OLE color: 8835260.

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

Color convert

RGB 188 208 134 -
CMYK 0.10 0 0.36 0.18
HSL 76.22º 0.44% 0.67% -
HSV(B) 76.22º 0.36% 0.82% -
XYZ 47.6 57.52 31.15 -
YUV 193.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 188 208 134 0.10 0 0.36 0.18 76.22 0.44 0.67
Hex BC D0 86 A 0 24 12 4C 2C 43
Octal 274 320 206 12 0 44 22 114 54 103
Binary 10111100 11010000 10000110 1010 0 100100 10010 1001100 101100 1000011

Color Harmonies of #BCD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD086

Black with #BCD086

Text Example


Text Example

White with #BCD086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD086; }

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

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

background-color css

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

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

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

border-color css

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

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

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