Html Css Color HEX #B489BA East Side

📋 copy color: '#B489BA'

red 180 ◦ green 137 ◦ blue 186

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

Shades of East Side #B489BA

Tints of East Side #B489BA

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

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

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

R = 35.79%
G = 27.24%
B = 36.98%

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

#B489BA (or 0xB489BA) is known color: East Side. HEX triplet: B4, 89 and BA. RGB value is (180,137,186). Sum of RGB (Red+Green+Blue) = 180+137+186=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B489BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BA is #4B7645. Grayscale: #9B9B9B. Windows color (decimal): -4945478 or 12224948. OLE color: 12224948.

HSL color Cylindrical-coordinate representation of color #B489BA: hue angle of 292.65º 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 #B489BA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 137 186 -
CMYK 0.03 0.26 0 0.27
HSL 292.65º 0.26% 0.63% -
HSV(B) 292.65º 0.26% 0.73% -
XYZ 36.63 31.14 50.53 -
YUV 155.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 180 137 186 0.03 0.26 0 0.27 292.65 0.26 0.63
Hex B4 89 BA 3 1A 0 1B 125 1A 3F
Octal 264 211 272 3 32 0 33 445 32 77
Binary 10110100 10001001 10111010 11 11010 0 11011 100100101 11010 111111

Color Harmonies of #B489BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489BA

Black with #B489BA

Text Example


Text Example

White with #B489BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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