#BD8B98

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

Shades of Viola #BD8B98

Tints of Viola #BD8B98

Color information

#BD8B98 (or 0xBD8B98) is unknown color: approx Viola. HEX triplet: BD, 8B and 98. RGB value is (189,139,152). Sum of RGB (Red+Green+Blue) = 189+139+152=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8B98 is #427467. Grayscale: #9B9B9B. Windows color (decimal): -4355176 or 9997245. OLE color: 9997245.

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

Color convert

RGB189139152-
CMYK00.260.200.26
HSL344.4º27.47%64.31%-
HSV(B)344.4º26.46%74.12%-
XYZ35.8931.5533.9-
YUV155.43126.06151.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=39.38%
G=28.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913915200.260.200.26344.427.4764.31
HexBD8B9801A141A1581b40
Octal275213230032243253033100
Binary1011110110001011100110000110101010011010101011000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B98; }

 p { color: rgb(189,139,152); }

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

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

 a { background-color: rgb(189,139,152); }

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

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

 span { border-color: rgb(189,139,152); }

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