#B990C8

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

Shades of East Side #B990C8

Tints of East Side #B990C8

Color information

#B990C8 (or 0xB990C8) is unknown color: approx East Side. HEX triplet: B9, 90 and C8. RGB value is (185,144,200). Sum of RGB (Red+Green+Blue) = 185+144+200=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #B990C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C8 is #466F37. Grayscale: #A2A2A2. Windows color (decimal): -4615992 or 13144249. OLE color: 13144249.

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

Color convert

RGB185144200-
CMYK0.080.2800.22
HSL283.93º33.73%67.45%-
HSV(B)283.93º28%78.43%-
XYZ40.4134.4359.16-
YUV162.64149.08143.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=34.97%
G=27.22%
B=37.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851442000.080.2800.22283.9333.7367.45
HexB990C881C01611c2243
Octal271220310103402643442103
Binary1011100110010000110010001000111000101101000111001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990C8; }

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

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

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

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

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

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

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

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