#BDD184

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

Shades of Caper #BDD184

Tints of Caper #BDD184

Color information

#BDD184 (or 0xBDD184) is unknown color: approx Caper. HEX triplet: BD, D1 and 84. RGB value is (189,209,132). Sum of RGB (Red+Green+Blue) = 189+209+132=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD184 is #422E7B. Grayscale: #C2C2C2. Windows color (decimal): -4337276 or 8704445. OLE color: 8704445.

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

Color convert

RGB189209132-
CMYK0.1000.370.18
HSL75.58º45.56%66.86%-
HSV(B)75.58º36.84%81.96%-
XYZ47.9558.0930.51-
YUV194.2492.87124.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=35.66%
G=39.43%
B=24.91%

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
Decimal1892091320.1000.370.1875.5845.5666.86
HexBDD184A025124c2e43
Octal275321204120452211456103
Binary101111011101000110000100101001001011001010011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD184; }

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

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

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

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

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

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

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

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