#BDD08A

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

Shades of Caper #BDD08A

Tints of Caper #BDD08A

Color information

#BDD08A (or 0xBDD08A) is unknown color: approx Caper. HEX triplet: BD, D0 and 8A. RGB value is (189,208,138). Sum of RGB (Red+Green+Blue) = 189+208+138=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08A is #422F75. Grayscale: #C2C2C2. Windows color (decimal): -4337526 or 9097405. OLE color: 9097405.

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

Color convert

RGB189208138-
CMYK0.0900.340.18
HSL76.29º42.68%67.84%-
HSV(B)76.29º33.65%81.57%-
XYZ48.1357.7732.66-
YUV194.3496.21124.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=35.33%
G=38.88%
B=25.79%

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
Decimal1892081380.0900.340.1876.2942.6867.84
HexBDD08A9022124c2b44
Octal275320212110422211453104
Binary101111011101000010001010100101000101001010011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD08A; }

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

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

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

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

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

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

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

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