#B486D4

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

Shades of East Side #B486D4

Tints of East Side #B486D4

Color information

#B486D4 (or 0xB486D4) is unknown color: approx East Side. HEX triplet: B4, 86 and D4. RGB value is (180,134,212). Sum of RGB (Red+Green+Blue) = 180+134+212=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #B486D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B486D4 is #4B792B. Grayscale: #9C9C9C. Windows color (decimal): -4946220 or 13928116. OLE color: 13928116.

HSL color Cylindrical-coordinate representation of color #B486D4: hue angle of 275.38º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B486D4 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180134212-
CMYK0.150.3700.17
HSL275.38º47.56%67.84%-
HSV(B)275.38º36.79%83.14%-
XYZ39.2331.5166.3-
YUV156.65159.24144.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 212 (83.20% from 255) = 40.30%
R=34.22%
G=25.48%
B=40.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801342120.150.3700.17275.3847.5667.84
HexB486D4F250111133044
Octal264206324174502142360104
Binary10110100100001101101010011111001010100011000100111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486D4; }

 p { color: rgb(180,134,212); }

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

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

 a { background-color: rgb(180,134,212); }

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

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

 span { border-color: rgb(180,134,212); }

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