Html Css Color HEX #B596BE East Side

📋 copy color: '#B596BE'

red 181 ◦ green 150 ◦ blue 190

#B596BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B596BE

Tints of East Side #B596BE

RGB

 RED value IS 181 (71.09% from 255) = 34.74%

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 34.74%
G = 28.79%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B596BE (or 0xB596BE) is known color: East Side. HEX triplet: B5, 96 and BE. RGB value is (181,150,190). Sum of RGB (Red+Green+Blue) = 181+150+190=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B596BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596BE is #4A6941. Grayscale: #A3A3A3. Windows color (decimal): -4876610 or 12490421. OLE color: 12490421.

HSL color Cylindrical-coordinate representation of color #B596BE: hue angle of 286.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B596BE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 150 190 -
CMYK 0.05 0.21 0 0.25
HSL 286.5º 0.24% 0.67% -
HSV(B) 286.5º 0.21% 0.75% -
XYZ 39.26 35.35 53.47 -
YUV 163.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 181 150 190 0.05 0.21 0 0.25 286.5 0.24 0.67
Hex B5 96 BE 5 15 0 19 11E 18 43
Octal 265 226 276 5 25 0 31 436 30 103
Binary 10110101 10010110 10111110 101 10101 0 11001 100011110 11000 1000011

Color Harmonies of #B596BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596BE

Black with #B596BE

Text Example


Text Example

White with #B596BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596BE; }

 p { color: rgb(181,150,190); }

 H1.HeaderClassName
 {
   color: #B596BE;
 }
 .AnyTagClassName
 {
   color: #B596BE;
 }
</style>

background-color css

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

 a { background-color: rgb(181,150,190); }

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

border-color css

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

 span { border-color: rgb(181,150,190); }

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