Html Css Color HEX #B589BA East Side

📋 copy color: '#B589BA'

red 181 ◦ green 137 ◦ blue 186

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

Shades of East Side #B589BA

Tints of East Side #B589BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 35.91%
G = 27.18%
B = 36.9%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B589BA (or 0xB589BA) is known color: East Side. HEX triplet: B5, 89 and BA. RGB value is (181,137,186). Sum of RGB (Red+Green+Blue) = 181+137+186=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B589BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589BA is #4A7645. Grayscale: #9B9B9B. Windows color (decimal): -4879942 or 12224949. OLE color: 12224949.

HSL color Cylindrical-coordinate representation of color #B589BA: hue angle of 293.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B589BA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 137 186 -
CMYK 0.03 0.26 0 0.27
HSL 293.88º 0.26% 0.63% -
HSV(B) 293.88º 0.26% 0.73% -
XYZ 36.86 31.26 50.55 -
YUV 155.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 181 137 186 0.03 0.26 0 0.27 293.88 0.26 0.63
Hex B5 89 BA 3 1A 0 1B 126 1A 3F
Octal 265 211 272 3 32 0 33 446 32 77
Binary 10110101 10001001 10111010 11 11010 0 11011 100100110 11010 111111

Color Harmonies of #B589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B589BA

Black with #B589BA

Text Example


Text Example

White with #B589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B589BA; }

 p { color: rgb(181,137,186); }

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

background-color css

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

 a { background-color: rgb(181,137,186); }

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

border-color css

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

 span { border-color: rgb(181,137,186); }

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