#BD898E

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

Shades of Viola #BD898E

Tints of Viola #BD898E

Color information

#BD898E (or 0xBD898E) is unknown color: approx Viola. HEX triplet: BD, 89 and 8E. RGB value is (189,137,142). Sum of RGB (Red+Green+Blue) = 189+137+142=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD898E is #427671. Grayscale: #999999. Windows color (decimal): -4355698 or 9341373. OLE color: 9341373.

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

Color convert

RGB189137142-
CMYK00.280.250.26
HSL354.23º28.26%63.92%-
HSV(B)354.23º27.51%74.12%-
XYZ34.8130.6629.67-
YUV153.12121.73153.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=40.38%
G=29.27%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913714200.280.250.26354.2328.2663.92
HexBD898E01C191A1621c40
Octal275211216034313254234100
Binary1011110110001001100011100111001100111010101100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD898E; }

 p { color: rgb(189,137,142); }

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

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

 a { background-color: rgb(189,137,142); }

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

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

 span { border-color: rgb(189,137,142); }

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