#BD929A

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

Shades of Viola #BD929A

Tints of Viola #BD929A

Color information

#BD929A (or 0xBD929A) is unknown color: approx Viola. HEX triplet: BD, 92 and 9A. RGB value is (189,146,154). Sum of RGB (Red+Green+Blue) = 189+146+154=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD929A is #426D65. Grayscale: #9F9F9F. Windows color (decimal): -4353382 or 10130109. OLE color: 10130109.

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

Color convert

RGB189146154-
CMYK00.230.190.26
HSL348.84º24.57%65.69%-
HSV(B)348.84º22.75%74.12%-
XYZ37.133.7135.12-
YUV159.77124.75148.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=38.65%
G=29.86%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914615400.230.190.26348.8424.5765.69
HexBD929A017131A15d1942
Octal275222232027233253531102
Binary1011110110010010100110100101111001111010101011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD929A; }

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

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

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

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

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

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

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

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