#BDD188

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

Shades of Caper #BDD188

Tints of Caper #BDD188

Color information

#BDD188 (or 0xBDD188) is unknown color: approx Caper. HEX triplet: BD, D1 and 88. RGB value is (189,209,136). Sum of RGB (Red+Green+Blue) = 189+209+136=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD188 is #422E77. Grayscale: #C2C2C2. Windows color (decimal): -4337272 or 8966589. OLE color: 8966589.

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

Color convert

RGB189209136-
CMYK0.1000.350.18
HSL76.44º44.24%67.65%-
HSV(B)76.44º34.93%81.96%-
XYZ48.2358.231.98-
YUV194.794.87123.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=35.39%
G=39.14%
B=25.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091360.1000.350.1876.4444.2467.65
HexBDD188A023124c2c44
Octal275321210120432211454104
Binary101111011101000110001000101001000111001010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD188; }

 p { color: rgb(189,209,136); }

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

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

 a { background-color: rgb(189,209,136); }

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

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

 span { border-color: rgb(189,209,136); }

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