#B495CA

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

Shades of East Side #B495CA

Tints of East Side #B495CA

Color information

#B495CA (or 0xB495CA) is unknown color: approx East Side. HEX triplet: B4, 95 and CA. RGB value is (180,149,202). Sum of RGB (Red+Green+Blue) = 180+149+202=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B495CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495CA is #4B6A35. Grayscale: #A4A4A4. Windows color (decimal): -4942390 or 13276596. OLE color: 13276596.

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

Color convert

RGB180149202-
CMYK0.110.2600.21
HSL275.09º33.33%68.82%-
HSV(B)275.09º26.24%79.22%-
XYZ40.2335.4660.6-
YUV164.31149.27139.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=33.90%
G=28.06%
B=38.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801492020.110.2600.21275.0933.3368.82
HexB495CAB1A0151132145
Octal264225312133202542341105
Binary1011010010010101110010101011110100101011000100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495CA; }

 p { color: rgb(180,149,202); }

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

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

 a { background-color: rgb(180,149,202); }

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

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

 span { border-color: rgb(180,149,202); }

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