#B498C3

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

Shades of East Side #B498C3

Tints of East Side #B498C3

Color information

#B498C3 (or 0xB498C3) is unknown color: approx East Side. HEX triplet: B4, 98 and C3. RGB value is (180,152,195). Sum of RGB (Red+Green+Blue) = 180+152+195=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #B498C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C3 is #4B673C. Grayscale: #A5A5A5. Windows color (decimal): -4941629 or 12818612. OLE color: 12818612.

HSL color Cylindrical-coordinate representation of color #B498C3: hue angle of 279.07º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B498C3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180152195-
CMYK0.080.2200.24
HSL279.07º26.38%68.04%-
HSV(B)279.07º22.05%76.47%-
XYZ39.936.156.49-
YUV165.27144.78138.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=34.16%
G=28.84%
B=37.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801521950.080.2200.24279.0726.3868.04
HexB498C38160181171a44
Octal264230303102603042732104
Binary101101001001100011000011100010110011000100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498C3; }

 p { color: rgb(180,152,195); }

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

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

 a { background-color: rgb(180,152,195); }

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

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

 span { border-color: rgb(180,152,195); }

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