Html Css Color HEX #BCD285 Caper

📋 copy color: '#BCD285'

red 188 ◦ green 210 ◦ blue 133

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

Shades of Caper #BCD285

Tints of Caper #BCD285

RGB

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

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

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

R = 35.4%
G = 39.55%
B = 25.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#BCD285 (or 0xBCD285) is known color: Caper. HEX triplet: BC, D2 and 85. RGB value is (188,210,133). Sum of RGB (Red+Green+Blue) = 188+210+133=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD285 is #432D7A. Grayscale: #C2C2C2. Windows color (decimal): -4402555 or 8770236. OLE color: 8770236.

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

Color convert

RGB 188 210 133 -
CMYK 0.10 0 0.37 0.18
HSL 77.14º 0.46% 0.67% -
HSV(B) 77.14º 0.37% 0.82% -
XYZ 48.02 58.48 30.95 -
YUV 194.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 188 210 133 0.10 0 0.37 0.18 77.14 0.46 0.67
Hex BC D2 85 A 0 25 12 4D 2E 43
Octal 274 322 205 12 0 45 22 115 56 103
Binary 10111100 11010010 10000101 1010 0 100101 10010 1001101 101110 1000011

Color Harmonies of #BCD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD285

Black with #BCD285

Text Example


Text Example

White with #BCD285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD285; }

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

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

background-color css

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

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

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

border-color css

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

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

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