#BDD286

Color #BDD286 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BDD286

Tints of Caper #BDD286

Color information

#BDD286 (or 0xBDD286) is unknown color: approx Caper. HEX triplet: BD, D2 and 86. RGB value is (189,210,134). Sum of RGB (Red+Green+Blue) = 189+210+134=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD286 is #422D79. Grayscale: #C3C3C3. Windows color (decimal): -4337018 or 8835773. OLE color: 8835773.

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

Color convert

RGB189210134-
CMYK0.1000.360.18
HSL76.58º45.78%67.45%-
HSV(B)76.58º36.19%82.35%-
XYZ48.3458.6331.32-
YUV195.0693.54123.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=35.46%
G=39.40%
B=25.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101340.1000.360.1876.5845.7867.45
HexBDD286A024124d2e43
Octal275322206120442211556103
Binary101111011101001010000110101001001001001010011011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD286; }

 p { color: rgb(189,210,134); }

 H1.HeaderClassName
 {
   color: #BDD286;
 }
 .AnyTagClassName
 {
   color: #BDD286;
 }
</style>
background-color css

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

 a { background-color: rgb(189,210,134); }

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

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

 span { border-color: rgb(189,210,134); }

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