Html Css Color HEX #B489BC East Side

📋 copy color: '#B489BC'

red 180 ◦ green 137 ◦ blue 188

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

Shades of East Side #B489BC

Tints of East Side #B489BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 35.64%
G = 27.13%
B = 37.23%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B489BC (or 0xB489BC) is known color: East Side. HEX triplet: B4, 89 and BC. RGB value is (180,137,188). Sum of RGB (Red+Green+Blue) = 180+137+188=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #B489BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B489BC is #4B7643. Grayscale: #9B9B9B. Windows color (decimal): -4945476 or 12356020. OLE color: 12356020.

HSL color Cylindrical-coordinate representation of color #B489BC: hue angle of 290.59º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B489BC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 137 188 -
CMYK 0.04 0.27 0 0.26
HSL 290.59º 0.28% 0.64% -
HSV(B) 290.59º 0.27% 0.74% -
XYZ 36.85 31.23 51.66 -
YUV 155.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 180 137 188 0.04 0.27 0 0.26 290.59 0.28 0.64
Hex B4 89 BC 4 1B 0 1A 123 1C 40
Octal 264 211 274 4 33 0 32 443 34 100
Binary 10110100 10001001 10111100 100 11011 0 11010 100100011 11100 1000000

Color Harmonies of #B489BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489BC

Black with #B489BC

Text Example


Text Example

White with #B489BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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