#BDD181

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

Shades of Caper #BDD181

Tints of Caper #BDD181

Color information

#BDD181 (or 0xBDD181) is unknown color: approx Caper. HEX triplet: BD, D1 and 81. RGB value is (189,209,129). Sum of RGB (Red+Green+Blue) = 189+209+129=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD181 is #422E7E. Grayscale: #C2C2C2. Windows color (decimal): -4337279 or 8507837. OLE color: 8507837.

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

Color convert

RGB189209129-
CMYK0.1000.380.18
HSL75º46.51%66.27%-
HSV(B)75º38.28%81.96%-
XYZ47.755829.45-
YUV193.991.37124.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 129 (50.78% from 255) = 24.48%
R=35.86%
G=39.66%
B=24.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091290.1000.380.187546.5166.27
HexBDD181A026124b2f42
Octal275321201120462211357102
Binary101111011101000110000001101001001101001010010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD181; }

 p { color: rgb(189,209,129); }

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

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

 a { background-color: rgb(189,209,129); }

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

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

 span { border-color: rgb(189,209,129); }

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