Html Css Color HEX #B589C0 East Side

📋 copy color: '#B589C0'

red 181 ◦ green 137 ◦ blue 192

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

Shades of East Side #B589C0

Tints of East Side #B589C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 35.49%
G = 26.86%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B589C0 (or 0xB589C0) is known color: East Side. HEX triplet: B5, 89 and C0. RGB value is (181,137,192). Sum of RGB (Red+Green+Blue) = 181+137+192=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #B589C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589C0 is #4A763F. Grayscale: #9C9C9C. Windows color (decimal): -4879936 or 12618165. OLE color: 12618165.

HSL color Cylindrical-coordinate representation of color #B589C0: hue angle of 288º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B589C0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 137 192 -
CMYK 0.06 0.29 0 0.25
HSL 288º 0.3% 0.65% -
HSV(B) 288º 0.29% 0.75% -
XYZ 37.52 31.52 53.98 -
YUV 156.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 181 137 192 0.06 0.29 0 0.25 288 0.3 0.65
Hex B5 89 C0 6 1D 0 19 120 1E 41
Octal 265 211 300 6 35 0 31 440 36 101
Binary 10110101 10001001 11000000 110 11101 0 11001 100100000 11110 1000001

Color Harmonies of #B589C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B589C0

Black with #B589C0

Text Example


Text Example

White with #B589C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B589C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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