#BDD285

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

Shades of Caper #BDD285

Tints of Caper #BDD285

Color information

#BDD285 (or 0xBDD285) is unknown color: approx Caper. HEX triplet: BD, D2 and 85. RGB value is (189,210,133). Sum of RGB (Red+Green+Blue) = 189+210+133=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD285 is #422D7A. Grayscale: #C3C3C3. Windows color (decimal): -4337019 or 8770237. OLE color: 8770237.

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

Color convert

RGB189210133-
CMYK0.1000.370.18
HSL76.36º46.11%67.25%-
HSV(B)76.36º36.67%82.35%-
XYZ48.2758.6130.96-
YUV194.9493.04123.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 133 (52.34% from 255) = 25%
R=35.53%
G=39.47%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101330.1000.370.1876.3646.1167.25
HexBDD285A025124c2e43
Octal275322205120452211456103
Binary101111011101001010000101101001001011001010011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD285; }

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

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

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

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

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

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

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

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