#B991CC

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

Shades of East Side #B991CC

Tints of East Side #B991CC

Color information

#B991CC (or 0xB991CC) is unknown color: approx East Side. HEX triplet: B9, 91 and CC. RGB value is (185,145,204). Sum of RGB (Red+Green+Blue) = 185+145+204=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B991CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991CC is #466E33. Grayscale: #A3A3A3. Windows color (decimal): -4615732 or 13406649. OLE color: 13406649.

HSL color Cylindrical-coordinate representation of color #B991CC: hue angle of 280.68º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B991CC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185145204-
CMYK0.090.2900.2
HSL280.68º36.65%68.43%-
HSV(B)280.68º28.92%80%-
XYZ41.0334.9261.71-
YUV163.69150.75143.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=34.64%
G=27.15%
B=38.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851452040.090.2900.2280.6836.6568.43
HexB991CC91D0141192544
Octal271221314113502443145104
Binary1011100110010001110011001001111010101001000110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991CC; }

 p { color: rgb(185,145,204); }

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

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

 a { background-color: rgb(185,145,204); }

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

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

 span { border-color: rgb(185,145,204); }

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