#B993C9

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

Shades of East Side #B993C9

Tints of East Side #B993C9

Color information

#B993C9 (or 0xB993C9) is unknown color: approx East Side. HEX triplet: B9, 93 and C9. RGB value is (185,147,201). Sum of RGB (Red+Green+Blue) = 185+147+201=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #B993C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993C9 is #466C36. Grayscale: #A4A4A4. Windows color (decimal): -4615223 or 13210553. OLE color: 13210553.

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

Color convert

RGB185147201-
CMYK0.080.2700.21
HSL282.22º33.33%68.24%-
HSV(B)282.22º26.87%78.82%-
XYZ40.9835.459.93-
YUV164.52148.59142.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=34.71%
G=27.58%
B=37.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851472010.080.2700.21282.2233.3368.24
HexB993C981B01511a2144
Octal271223311103302543241104
Binary1011100110010011110010011000110110101011000110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993C9; }

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

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

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

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

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

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

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

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