Html Css Color HEX #B489A7 London Hue

📋 copy color: '#B489A7'

red 180 ◦ green 137 ◦ blue 167

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

Shades of London Hue #B489A7

Tints of London Hue #B489A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.5%

R = 37.19%
G = 28.31%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B489A7 (or 0xB489A7) is known color: London Hue. HEX triplet: B4, 89 and A7. RGB value is (180,137,167). Sum of RGB (Red+Green+Blue) = 180+137+167=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B489A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B489A7 is #4B7658. Grayscale: #999999. Windows color (decimal): -4945497 or 10979764. OLE color: 10979764.

HSL color Cylindrical-coordinate representation of color #B489A7: hue angle of 318.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B489A7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 167 -
CMYK 0 0.24 0.07 0.29
HSL 318.14º 0.22% 0.62% -
HSV(B) 318.14º 0.24% 0.71% -
XYZ 34.74 30.38 40.59 -
YUV 153.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 180 137 167 0 0.24 0.07 0.29 318.14 0.22 0.62
Hex B4 89 A7 0 18 7 1D 13E 16 3E
Octal 264 211 247 0 30 7 35 476 26 76
Binary 10110100 10001001 10100111 0 11000 111 11101 100111110 10110 111110

Color Harmonies of #B489A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B489A7

Black with #B489A7

Text Example


Text Example

White with #B489A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B489A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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