Html Css Color HEX #B29FB0 London Hue

📋 copy color: '#B29FB0'

red 178 ◦ green 159 ◦ blue 176

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

Shades of London Hue #B29FB0

Tints of London Hue #B29FB0

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

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

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 34.7%
G = 30.99%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B29FB0 (or 0xB29FB0) is known color: London Hue. HEX triplet: B2, 9F and B0. RGB value is (178,159,176). Sum of RGB (Red+Green+Blue) = 178+159+176=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FB0 is #4D604F. Grayscale: #A6A6A6. Windows color (decimal): -5070928 or 11575218. OLE color: 11575218.

HSL color Cylindrical-coordinate representation of color #B29FB0: hue angle of 306.32º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29FB0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 176 -
CMYK 0 0.11 0.01 0.30
HSL 306.32º 0.11% 0.66% -
HSV(B) 306.32º 0.11% 0.7% -
XYZ 38.59 37.4 46.26 -
YUV 166.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 178 159 176 0 0.11 0.01 0.30 306.32 0.11 0.66
Hex B2 9F B0 0 B 1 1E 132 B 42
Octal 262 237 260 0 13 1 36 462 13 102
Binary 10110010 10011111 10110000 0 1011 1 11110 100110010 1011 1000010

Color Harmonies of #B29FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FB0

Black with #B29FB0

Text Example


Text Example

White with #B29FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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