#BDD089

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

Shades of Caper #BDD089

Tints of Caper #BDD089

Color information

#BDD089 (or 0xBDD089) is unknown color: approx Caper. HEX triplet: BD, D0 and 89. RGB value is (189,208,137). Sum of RGB (Red+Green+Blue) = 189+208+137=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD089 is #422F76. Grayscale: #C2C2C2. Windows color (decimal): -4337527 or 9031869. OLE color: 9031869.

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

Color convert

RGB189208137-
CMYK0.0900.340.18
HSL76.06º43.03%67.65%-
HSV(B)76.06º34.13%81.57%-
XYZ48.0657.7432.28-
YUV194.2295.71124.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 208 (81.64% from 255) = 38.95%
BLUE value IS 137 (53.91% from 255) = 25.66%
R=35.39%
G=38.95%
B=25.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081370.0900.340.1876.0643.0367.65
HexBDD0899022124c2b44
Octal275320211110422211453104
Binary101111011101000010001001100101000101001010011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD089; }

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

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

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

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

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

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

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

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