#B599C1

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

Shades of East Side #B599C1

Tints of East Side #B599C1

Color information

#B599C1 (or 0xB599C1) is unknown color: approx East Side. HEX triplet: B5, 99 and C1. RGB value is (181,153,193). Sum of RGB (Red+Green+Blue) = 181+153+193=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #B599C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599C1 is #4A663E. Grayscale: #A5A5A5. Windows color (decimal): -4875839 or 12687797. OLE color: 12687797.

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

Color convert

RGB181153193-
CMYK0.060.2100.24
HSL282º24.39%67.84%-
HSV(B)282º20.73%75.69%-
XYZ40.0736.4655.38-
YUV165.93143.28138.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=34.35%
G=29.03%
B=36.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811531930.060.2100.2428224.3967.84
HexB599C161501811a1844
Octal26523130162503043230104
Binary10110101100110011100000111010101011000100011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599C1; }

 p { color: rgb(181,153,193); }

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

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

 a { background-color: rgb(181,153,193); }

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

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

 span { border-color: rgb(181,153,193); }

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