Html Css Color HEX #B389AC London Hue

📋 copy color: '#B389AC'

red 179 ◦ green 137 ◦ blue 172

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

Shades of London Hue #B389AC

Tints of London Hue #B389AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 36.68%
G = 28.07%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B389AC (or 0xB389AC) is known color: London Hue. HEX triplet: B3, 89 and AC. RGB value is (179,137,172). Sum of RGB (Red+Green+Blue) = 179+137+172=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B389AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B389AC is #4C7653. Grayscale: #999999. Windows color (decimal): -5011028 or 11307443. OLE color: 11307443.

HSL color Cylindrical-coordinate representation of color #B389AC: hue angle of 310º 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 #B389AC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 172 -
CMYK 0 0.23 0.04 0.30
HSL 310º 0.22% 0.62% -
HSV(B) 310º 0.23% 0.7% -
XYZ 34.98 30.45 43.06 -
YUV 153.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 179 137 172 0 0.23 0.04 0.30 310 0.22 0.62
Hex B3 89 AC 0 17 4 1E 136 16 3E
Octal 263 211 254 0 27 4 36 466 26 76
Binary 10110011 10001001 10101100 0 10111 100 11110 100110110 10110 111110

Color Harmonies of #B389AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389AC

Black with #B389AC

Text Example


Text Example

White with #B389AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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