#B990D0

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

Shades of East Side #B990D0

Tints of East Side #B990D0

Color information

#B990D0 (or 0xB990D0) is unknown color: approx East Side. HEX triplet: B9, 90 and D0. RGB value is (185,144,208). Sum of RGB (Red+Green+Blue) = 185+144+208=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #B990D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990D0 is #466F2F. Grayscale: #A3A3A3. Windows color (decimal): -4615984 or 13668537. OLE color: 13668537.

HSL color Cylindrical-coordinate representation of color #B990D0: hue angle of 278.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B990D0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185144208-
CMYK0.110.3100.18
HSL278.44º40.51%69.02%-
HSV(B)278.44º30.77%81.57%-
XYZ41.3734.8164.21-
YUV163.55153.08143.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=34.45%
G=26.82%
B=38.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851442080.110.3100.18278.4440.5169.02
HexB990D0B1F0121162945
Octal271220320133702242651105
Binary1011100110010000110100001011111110100101000101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990D0; }

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

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

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

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

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

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

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

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