#B488CC

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

Shades of East Side #B488CC

Tints of East Side #B488CC

Color information

#B488CC (or 0xB488CC) is unknown color: approx East Side. HEX triplet: B4, 88 and CC. RGB value is (180,136,204). Sum of RGB (Red+Green+Blue) = 180+136+204=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B488CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488CC is #4B7733. Grayscale: #9C9C9C. Windows color (decimal): -4945716 or 13404340. OLE color: 13404340.

HSL color Cylindrical-coordinate representation of color #B488CC: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B488CC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180136204-
CMYK0.120.3300.2
HSL278.82º40%66.67%-
HSV(B)278.82º33.33%80%-
XYZ38.5331.6761.21-
YUV156.91154.58144.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=34.62%
G=26.15%
B=39.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801362040.120.3300.2278.824066.67
HexB488CCC210141172843
Octal264210314144102442750103
Binary10110100100010001100110011001000010101001000101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488CC; }

 p { color: rgb(180,136,204); }

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

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

 a { background-color: rgb(180,136,204); }

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

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

 span { border-color: rgb(180,136,204); }

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