#BDD086

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

Shades of Caper #BDD086

Tints of Caper #BDD086

Color information

#BDD086 (or 0xBDD086) is unknown color: approx Caper. HEX triplet: BD, D0 and 86. RGB value is (189,208,134). Sum of RGB (Red+Green+Blue) = 189+208+134=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD086 is #422F79. Grayscale: #C2C2C2. Windows color (decimal): -4337530 or 8835261. OLE color: 8835261.

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

Color convert

RGB189208134-
CMYK0.0900.360.18
HSL75.41º44.05%67.06%-
HSV(B)75.41º35.58%81.57%-
XYZ47.8557.6531.16-
YUV193.8894.21124.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=35.59%
G=39.17%
B=25.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081340.0900.360.1875.4144.0567.06
HexBDD0869024124b2c43
Octal275320206110442211354103
Binary101111011101000010000110100101001001001010010111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD086; }

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

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

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

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

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

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

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

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