#B990C9

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

Shades of East Side #B990C9

Tints of East Side #B990C9

Color information

#B990C9 (or 0xB990C9) is unknown color: approx East Side. HEX triplet: B9, 90 and C9. RGB value is (185,144,201). Sum of RGB (Red+Green+Blue) = 185+144+201=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #B990C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C9 is #466F36. Grayscale: #A2A2A2. Windows color (decimal): -4615991 or 13209785. OLE color: 13209785.

HSL color Cylindrical-coordinate representation of color #B990C9: hue angle of 283.16º degrees, saturation: 0.35, 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 #B990C9 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185144201-
CMYK0.080.2800.21
HSL283.16º34.55%67.65%-
HSV(B)283.16º28.36%78.82%-
XYZ40.5234.4859.78-
YUV162.76149.58143.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=34.91%
G=27.17%
B=37.92%

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
Decimal1851442010.080.2800.21283.1634.5567.65
HexB990C981C01511b2344
Octal271220311103402543343104
Binary1011100110010000110010011000111000101011000110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990C9; }

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

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

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

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

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

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

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

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