#BB969E

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

Shades of Viola #BB969E

Tints of Viola #BB969E

Color information

#BB969E (or 0xBB969E) is unknown color: approx Viola. HEX triplet: BB, 96 and 9E. RGB value is (187,150,158). Sum of RGB (Red+Green+Blue) = 187+150+158=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969E is #446961. Grayscale: #A1A1A1. Windows color (decimal): -4483426 or 10393275. OLE color: 10393275.

HSL color Cylindrical-coordinate representation of color #BB969E: hue angle of 347.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB969E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187150158-
CMYK00.200.160.27
HSL347.03º21.39%66.08%-
HSV(B)347.03º19.79%73.33%-
XYZ37.5734.8537.09-
YUV161.98125.76145.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=37.78%
G=30.30%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715015800.200.160.27347.0321.3966.08
HexBB969E014101B15b1542
Octal273226236024203353325102
Binary1011101110010110100111100101001000011011101011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB969E; }

 p { color: rgb(187,150,158); }

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

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

 a { background-color: rgb(187,150,158); }

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

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

 span { border-color: rgb(187,150,158); }

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