#BD929C

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

Shades of Viola #BD929C

Tints of Viola #BD929C

Color information

#BD929C (or 0xBD929C) is unknown color: approx Viola. HEX triplet: BD, 92 and 9C. RGB value is (189,146,156). Sum of RGB (Red+Green+Blue) = 189+146+156=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929C is #426D63. Grayscale: #A0A0A0. Windows color (decimal): -4353380 or 10261181. OLE color: 10261181.

HSL color Cylindrical-coordinate representation of color #BD929C: hue angle of 346.05º 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 #BD929C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189146156-
CMYK00.230.170.26
HSL346.05º24.57%65.69%-
HSV(B)346.05º22.75%74.12%-
XYZ37.2733.7836.01-
YUV160125.75148.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=38.49%
G=29.74%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914615600.230.170.26346.0524.5765.69
HexBD929C017111A15a1942
Octal275222234027213253231102
Binary1011110110010010100111000101111000111010101011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD929C; }

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

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

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

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

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

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

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

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