Html Css Color HEX #B089B2 London Hue

📋 copy color: '#B089B2'

red 176 ◦ green 137 ◦ blue 178

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

Shades of London Hue #B089B2

Tints of London Hue #B089B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.25%

R = 35.85%
G = 27.9%
B = 36.25%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B089B2 (or 0xB089B2) is known color: London Hue. HEX triplet: B0, 89 and B2. RGB value is (176,137,178). Sum of RGB (Red+Green+Blue) = 176+137+178=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #B089B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B089B2 is #4F764D. Grayscale: #999999. Windows color (decimal): -5207630 or 11700656. OLE color: 11700656.

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

Color convert

RGB 176 137 178 -
CMYK 0.01 0.23 0 0.30
HSL 297.07º 0.21% 0.62% -
HSV(B) 297.07º 0.23% 0.7% -
XYZ 34.89 30.34 46.14 -
YUV 153.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 176 137 178 0.01 0.23 0 0.30 297.07 0.21 0.62
Hex B0 89 B2 1 17 0 1E 129 15 3E
Octal 260 211 262 1 27 0 36 451 25 76
Binary 10110000 10001001 10110010 1 10111 0 11110 100101001 10101 111110

Color Harmonies of #B089B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B089B2

Black with #B089B2

Text Example


Text Example

White with #B089B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B089B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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