#BF9CA8

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

Shades of Viola #BF9CA8

Tints of Viola #BF9CA8

Color information

#BF9CA8 (or 0xBF9CA8) is unknown color: approx Viola. HEX triplet: BF, 9C and A8. RGB value is (191,156,168). Sum of RGB (Red+Green+Blue) = 191+156+168=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CA8 is #406357. Grayscale: #A7A7A7. Windows color (decimal): -4219736 or 11050175. OLE color: 11050175.

HSL color Cylindrical-coordinate representation of color #BF9CA8: hue angle of 339.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9CA8 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191156168-
CMYK00.180.120.25
HSL339.43º21.47%68.04%-
HSV(B)339.43º18.32%74.9%-
XYZ40.4437.6842.19-
YUV167.83128.1144.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=37.09%
G=30.29%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115616800.180.120.25339.4321.4768.04
HexBF9CA8012C191531544
Octal277234250022143152325104
Binary101111111001110010101000010010110011001101010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CA8; }

 p { color: rgb(191,156,168); }

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

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

 a { background-color: rgb(191,156,168); }

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

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

 span { border-color: rgb(191,156,168); }

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