#BDD084

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

Shades of Caper #BDD084

Tints of Caper #BDD084

Color information

#BDD084 (or 0xBDD084) is unknown color: approx Caper. HEX triplet: BD, D0 and 84. RGB value is (189,208,132). Sum of RGB (Red+Green+Blue) = 189+208+132=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD084 is #422F7B. Grayscale: #C1C1C1. Windows color (decimal): -4337532 or 8704189. OLE color: 8704189.

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

Color convert

RGB189208132-
CMYK0.0900.370.18
HSL75º44.71%66.67%-
HSV(B)75º36.54%81.57%-
XYZ47.7157.630.43-
YUV193.6593.21124.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=35.73%
G=39.32%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081320.0900.370.187544.7166.67
HexBDD0849025124b2d43
Octal275320204110452211355103
Binary101111011101000010000100100101001011001010010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD084; }

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

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

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

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

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

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

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

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