#BD929E

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

Shades of Viola #BD929E

Tints of Viola #BD929E

Color information

#BD929E (or 0xBD929E) is unknown color: approx Viola. HEX triplet: BD, 92 and 9E. RGB value is (189,146,158). Sum of RGB (Red+Green+Blue) = 189+146+158=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929E is #426D61. Grayscale: #A0A0A0. Windows color (decimal): -4353378 or 10392253. OLE color: 10392253.

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

Color convert

RGB189146158-
CMYK00.230.160.26
HSL343.26º24.57%65.69%-
HSV(B)343.26º22.75%74.12%-
XYZ37.4433.8536.91-
YUV160.22126.75148.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=38.34%
G=29.61%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914615800.230.160.26343.2624.5765.69
HexBD929E017101A1571942
Octal275222236027203252731102
Binary1011110110010010100111100101111000011010101010111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD929E; }

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

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

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

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

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

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

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

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