Html Css Color HEX #B389AF London Hue

📋 copy color: '#B389AF'

red 179 ◦ green 137 ◦ blue 175

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

Shades of London Hue #B389AF

Tints of London Hue #B389AF

RGB

 RED value IS 179 (70.31% from 255) = 36.46%

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 36.46%
G = 27.9%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B389AF (or 0xB389AF) is known color: London Hue. HEX triplet: B3, 89 and AF. RGB value is (179,137,175). Sum of RGB (Red+Green+Blue) = 179+137+175=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B389AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389AF is #4C7650. Grayscale: #999999. Windows color (decimal): -5011025 or 11504051. OLE color: 11504051.

HSL color Cylindrical-coordinate representation of color #B389AF: hue angle of 305.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B389AF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 175 -
CMYK 0 0.23 0.02 0.30
HSL 305.71º 0.22% 0.62% -
HSV(B) 305.71º 0.23% 0.7% -
XYZ 35.27 30.57 44.6 -
YUV 153.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 179 137 175 0 0.23 0.02 0.30 305.71 0.22 0.62
Hex B3 89 AF 0 17 2 1E 132 16 3E
Octal 263 211 257 0 27 2 36 462 26 76
Binary 10110011 10001001 10101111 0 10111 10 11110 100110010 10110 111110

Color Harmonies of #B389AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389AF

Black with #B389AF

Text Example


Text Example

White with #B389AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389AF; }

 p { color: rgb(179,137,175); }

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

background-color css

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

 a { background-color: rgb(179,137,175); }

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

border-color css

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

 span { border-color: rgb(179,137,175); }

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