#BC929C

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

Shades of Viola #BC929C

Tints of Viola #BC929C

Color information

#BC929C (or 0xBC929C) is unknown color: approx Viola. HEX triplet: BC, 92 and 9C. RGB value is (188,146,156). Sum of RGB (Red+Green+Blue) = 188+146+156=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC929C is #436D63. Grayscale: #9F9F9F. Windows color (decimal): -4418916 or 10261180. OLE color: 10261180.

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

Color convert

RGB188146156-
CMYK00.220.170.26
HSL345.71º23.86%65.49%-
HSV(B)345.71º22.34%73.73%-
XYZ37.0233.6536-
YUV159.7125.91148.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=38.37%
G=29.80%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814615600.220.170.26345.7123.8665.49
HexBC929C016111A15a1841
Octal274222234026213253230101
Binary1011110010010010100111000101101000111010101011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC929C; }

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

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

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

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

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

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

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

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