Html Css Color HEX #B89FB6 London Hue

📋 copy color: '#B89FB6'

red 184 ◦ green 159 ◦ blue 182

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

Shades of London Hue #B89FB6

Tints of London Hue #B89FB6

RGB

 RED value IS 184 (72.27% from 255) = 35.05%

 GREEN value IS 159 (62.5% from 255) = 30.29%

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 35.05%
G = 30.29%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B89FB6 (or 0xB89FB6) is known color: London Hue. HEX triplet: B8, 9F and B6. RGB value is (184,159,182). Sum of RGB (Red+Green+Blue) = 184+159+182=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB6 is #476049. Grayscale: #A9A9A9. Windows color (decimal): -4677706 or 11968440. OLE color: 11968440.

HSL color Cylindrical-coordinate representation of color #B89FB6: hue angle of 304.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FB6 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 159 182 -
CMYK 0 0.14 0.01 0.28
HSL 304.8º 0.15% 0.67% -
HSV(B) 304.8º 0.14% 0.72% -
XYZ 40.61 38.36 49.52 -
YUV 169.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 184 159 182 0 0.14 0.01 0.28 304.8 0.15 0.67
Hex B8 9F B6 0 E 1 1C 131 F 43
Octal 270 237 266 0 16 1 34 461 17 103
Binary 10111000 10011111 10110110 0 1110 1 11100 100110001 1111 1000011

Color Harmonies of #B89FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89FB6

Black with #B89FB6

Text Example


Text Example

White with #B89FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89FB6; }

 p { color: rgb(184,159,182); }

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

background-color css

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

 a { background-color: rgb(184,159,182); }

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

border-color css

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

 span { border-color: rgb(184,159,182); }

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