#BF99A5

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

Shades of Viola #BF99A5

Tints of Viola #BF99A5

Color information

#BF99A5 (or 0xBF99A5) is unknown color: approx Viola. HEX triplet: BF, 99 and A5. RGB value is (191,153,165). Sum of RGB (Red+Green+Blue) = 191+153+165=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99A5 is #40665A. Grayscale: #A5A5A5. Windows color (decimal): -4220507 or 10852799. OLE color: 10852799.

HSL color Cylindrical-coordinate representation of color #BF99A5: hue angle of 341.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99A5 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191153165-
CMYK00.200.140.25
HSL341.05º22.89%67.45%-
HSV(B)341.05º19.9%74.9%-
XYZ39.6736.5840.57-
YUV165.73127.59146.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=37.52%
G=30.06%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115316500.200.140.25341.0522.8967.45
HexBF99A5014E191551743
Octal277231245024163152527103
Binary101111111001100110100101010100111011001101010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99A5; }

 p { color: rgb(191,153,165); }

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

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

 a { background-color: rgb(191,153,165); }

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

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

 span { border-color: rgb(191,153,165); }

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