#BC929A

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

Shades of Viola #BC929A

Tints of Viola #BC929A

Color information

#BC929A (or 0xBC929A) is unknown color: approx Viola. HEX triplet: BC, 92 and 9A. RGB value is (188,146,154). Sum of RGB (Red+Green+Blue) = 188+146+154=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC929A is #436D65. Grayscale: #9F9F9F. Windows color (decimal): -4418918 or 10130108. OLE color: 10130108.

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

Color convert

RGB188146154-
CMYK00.220.180.26
HSL348.57º23.86%65.49%-
HSV(B)348.57º22.34%73.73%-
XYZ36.8533.5835.11-
YUV159.47124.91148.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=38.52%
G=29.92%
B=31.56%

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
Decimal18814615400.220.180.26348.5723.8665.49
HexBC929A016121A15d1841
Octal274222232026223253530101
Binary1011110010010010100110100101101001011010101011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC929A; }

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

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

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

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

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

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

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

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