#986BAB

Color #986BAB Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #986BAB

Tints of Ce Soir #986BAB

Color information

#986BAB (or 0x986BAB) is unknown color: approx Ce Soir. HEX triplet: 98, 6B and AB. RGB value is (152,107,171). Sum of RGB (Red+Green+Blue) = 152+107+171=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #986BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BAB is #679454. Grayscale: #7F7F7F. Windows color (decimal): -6788181 or 11234200. OLE color: 11234200.

HSL color Cylindrical-coordinate representation of color #986BAB: hue angle of 282.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986BAB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152107171-
CMYK0.110.3700.33
HSL282.19º27.59%54.51%-
HSV(B)282.19º37.43%67.06%-
XYZ25.5620.1341.07-
YUV127.75152.41145.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=35.35%
G=24.88%
B=39.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521071710.110.3700.33282.1927.5954.51
Hex986BABB2502111a1c37
Octal23015325313450414323467
Binary100110001101011101010111011100101010000110001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986BAB; }

 p { color: rgb(152,107,171); }

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

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

 a { background-color: rgb(152,107,171); }

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

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

 span { border-color: rgb(152,107,171); }

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