#BD949B

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

Shades of Viola #BD949B

Tints of Viola #BD949B

Color information

#BD949B (or 0xBD949B) is unknown color: approx Viola. HEX triplet: BD, 94 and 9B. RGB value is (189,148,155). Sum of RGB (Red+Green+Blue) = 189+148+155=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD949B is #426B64. Grayscale: #A1A1A1. Windows color (decimal): -4352869 or 10196157. OLE color: 10196157.

HSL color Cylindrical-coordinate representation of color #BD949B: hue angle of 349.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD949B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189148155-
CMYK00.220.180.26
HSL349.76º23.7%66.08%-
HSV(B)349.76º21.69%74.12%-
XYZ37.4934.3735.67-
YUV161.06124.58147.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=38.41%
G=30.08%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914815500.220.180.26349.7623.766.08
HexBD949B016121A15e1842
Octal275224233026223253630102
Binary1011110110010100100110110101101001011010101011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD949B; }

 p { color: rgb(189,148,155); }

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

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

 a { background-color: rgb(189,148,155); }

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

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

 span { border-color: rgb(189,148,155); }

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