Html Css Color HEX #BCD085 Caper

📋 copy color: '#BCD085'

red 188 ◦ green 208 ◦ blue 133

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

Shades of Caper #BCD085

Tints of Caper #BCD085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 35.54%
G = 39.32%
B = 25.14%

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

#BCD085 (or 0xBCD085) is known color: Caper. HEX triplet: BC, D0 and 85. RGB value is (188,208,133). Sum of RGB (Red+Green+Blue) = 188+208+133=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD085 is #432F7A. Grayscale: #C1C1C1. Windows color (decimal): -4403067 or 8769724. OLE color: 8769724.

HSL color Cylindrical-coordinate representation of color #BCD085: hue angle of 76º 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 #BCD085 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 133 -
CMYK 0.10 0 0.36 0.18
HSL 76º 0.44% 0.67% -
HSV(B) 76º 0.36% 0.82% -
XYZ 47.53 57.5 30.78 -
YUV 193.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 188 208 133 0.10 0 0.36 0.18 76 0.44 0.67
Hex BC D0 85 A 0 24 12 4C 2C 43
Octal 274 320 205 12 0 44 22 114 54 103
Binary 10111100 11010000 10000101 1010 0 100100 10010 1001100 101100 1000011

Color Harmonies of #BCD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD085

Black with #BCD085

Text Example


Text Example

White with #BCD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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