Html Css Color HEX #BAD585 Caper

📋 copy color: '#BAD585'

red 186 ◦ green 213 ◦ blue 133

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

Shades of Caper #BAD585

Tints of Caper #BAD585

RGB

 RED value IS 186 (73.05% from 255) = 34.96%

 GREEN value IS 213 (83.59% from 255) = 40.04%

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

R = 34.96%
G = 40.04%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BAD585 (or 0xBAD585) is known color: Caper. HEX triplet: BA, D5 and 85. RGB value is (186,213,133). Sum of RGB (Red+Green+Blue) = 186+213+133=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD585 is #452A7A. Grayscale: #C4C4C4. Windows color (decimal): -4532859 or 8771002. OLE color: 8771002.

HSL color Cylindrical-coordinate representation of color #BAD585: hue angle of 80.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAD585 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 133 -
CMYK 0.13 0 0.38 0.16
HSL 80.25º 0.49% 0.68% -
HSV(B) 80.25º 0.38% 0.84% -
XYZ 48.28 59.72 31.17 -
YUV 195.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 186 213 133 0.13 0 0.38 0.16 80.25 0.49 0.68
Hex BA D5 85 D 0 26 10 50 31 44
Octal 272 325 205 15 0 46 20 120 61 104
Binary 10111010 11010101 10000101 1101 0 100110 10000 1010000 110001 1000100

Color Harmonies of #BAD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD585

Black with #BAD585

Text Example


Text Example

White with #BAD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD585; }

 p { color: rgb(186,213,133); }

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

background-color css

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

 a { background-color: rgb(186,213,133); }

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

border-color css

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

 span { border-color: rgb(186,213,133); }

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