Html Css Color HEX #B089B1 London Hue

📋 copy color: '#B089B1'

red 176 ◦ green 137 ◦ blue 177

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

Shades of London Hue #B089B1

Tints of London Hue #B089B1

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

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

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 35.92%
G = 27.96%
B = 36.12%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B089B1 (or 0xB089B1) is known color: London Hue. HEX triplet: B0, 89 and B1. RGB value is (176,137,177). Sum of RGB (Red+Green+Blue) = 176+137+177=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #B089B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089B1 is #4F764E. Grayscale: #999999. Windows color (decimal): -5207631 or 11635120. OLE color: 11635120.

HSL color Cylindrical-coordinate representation of color #B089B1: hue angle of 298.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B089B1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 137 177 -
CMYK 0.01 0.23 0 0.31
HSL 298.5º 0.2% 0.62% -
HSV(B) 298.5º 0.23% 0.69% -
XYZ 34.79 30.3 45.61 -
YUV 153.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 176 137 177 0.01 0.23 0 0.31 298.5 0.2 0.62
Hex B0 89 B1 1 17 0 1F 12A 14 3E
Octal 260 211 261 1 27 0 37 452 24 76
Binary 10110000 10001001 10110001 1 10111 0 11111 100101010 10100 111110

Color Harmonies of #B089B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089B1

Black with #B089B1

Text Example


Text Example

White with #B089B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089B1; }

 p { color: rgb(176,137,177); }

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

background-color css

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

 a { background-color: rgb(176,137,177); }

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

border-color css

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

 span { border-color: rgb(176,137,177); }

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