#BC969F

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

Shades of Viola #BC969F

Tints of Viola #BC969F

Color information

#BC969F (or 0xBC969F) is unknown color: approx Viola. HEX triplet: BC, 96 and 9F. RGB value is (188,150,159). Sum of RGB (Red+Green+Blue) = 188+150+159=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC969F is #436960. Grayscale: #A2A2A2. Windows color (decimal): -4417889 or 10458812. OLE color: 10458812.

HSL color Cylindrical-coordinate representation of color #BC969F: hue angle of 345.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC969F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188150159-
CMYK00.200.150.26
HSL345.79º22.09%66.27%-
HSV(B)345.79º20.21%73.73%-
XYZ37.935.0137.56-
YUV162.39126.09146.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=37.83%
G=30.18%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815015900.200.150.26345.7922.0966.27
HexBC969F014F1A15a1642
Octal274226237024173253226102
Binary101111001001011010011111010100111111010101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC969F; }

 p { color: rgb(188,150,159); }

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

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

 a { background-color: rgb(188,150,159); }

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

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

 span { border-color: rgb(188,150,159); }

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