#BD8A9E

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

Shades of Viola #BD8A9E

Tints of Viola #BD8A9E

Color information

#BD8A9E (or 0xBD8A9E) is unknown color: approx Viola. HEX triplet: BD, 8A and 9E. RGB value is (189,138,158). Sum of RGB (Red+Green+Blue) = 189+138+158=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A9E is #427561. Grayscale: #9B9B9B. Windows color (decimal): -4355426 or 10390205. OLE color: 10390205.

HSL color Cylindrical-coordinate representation of color #BD8A9E: hue angle of 336.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD8A9E is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189138158-
CMYK00.270.160.26
HSL336.47º27.87%64.12%-
HSV(B)336.47º26.98%74.12%-
XYZ36.2531.4636.51-
YUV155.53129.4151.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=38.97%
G=28.45%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913815800.270.160.26336.4727.8764.12
HexBD8A9E01B101A1501c40
Octal275212236033203252034100
Binary1011110110001010100111100110111000011010101010000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A9E; }

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

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

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

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

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

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

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

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