#BDCD88

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

Shades of Caper #BDCD88

Tints of Caper #BDCD88

Color information

#BDCD88 (or 0xBDCD88) is unknown color: approx Caper. HEX triplet: BD, CD and 88. RGB value is (189,205,136). Sum of RGB (Red+Green+Blue) = 189+205+136=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD88 is #423277. Grayscale: #C0C0C0. Windows color (decimal): -4338296 or 8965565. OLE color: 8965565.

HSL color Cylindrical-coordinate representation of color #BDCD88: hue angle of 73.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDCD88 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB189205136-
CMYK0.0800.340.20
HSL73.91º40.83%66.86%-
HSV(B)73.91º33.66%80.39%-
XYZ47.2656.2631.66-
YUV192.3596.2125.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=35.66%
G=38.68%
B=25.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051360.0800.340.2073.9140.8366.86
HexBDCD888022144a2943
Octal275315210100422411251103
Binary101111011100110110001000100001000101010010010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD88; }

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

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

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

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

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

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

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

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