#B991C9

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

Shades of East Side #B991C9

Tints of East Side #B991C9

Color information

#B991C9 (or 0xB991C9) is unknown color: approx East Side. HEX triplet: B9, 91 and C9. RGB value is (185,145,201). Sum of RGB (Red+Green+Blue) = 185+145+201=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #B991C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991C9 is #466E36. Grayscale: #A3A3A3. Windows color (decimal): -4615735 or 13210041. OLE color: 13210041.

HSL color Cylindrical-coordinate representation of color #B991C9: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B991C9 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185145201-
CMYK0.080.2800.21
HSL282.86º34.15%67.84%-
HSV(B)282.86º27.86%78.82%-
XYZ40.6834.7859.83-
YUV163.34149.25143.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=34.84%
G=27.31%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851452010.080.2800.21282.8634.1567.84
HexB991C981C01511b2244
Octal271221311103402543342104
Binary1011100110010001110010011000111000101011000110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991C9; }

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

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

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

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

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

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

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

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