Html Css Color HEX #B29EB0 London Hue

📋 copy color: '#B29EB0'

red 178 ◦ green 158 ◦ blue 176

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

Shades of London Hue #B29EB0

Tints of London Hue #B29EB0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

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

R = 34.77%
G = 30.86%
B = 34.38%

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

#B29EB0 (or 0xB29EB0) is known color: London Hue. HEX triplet: B2, 9E and B0. RGB value is (178,158,176). Sum of RGB (Red+Green+Blue) = 178+158+176=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EB0 is #4D614F. Grayscale: #A5A5A5. Windows color (decimal): -5071184 or 11574962. OLE color: 11574962.

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

Color convert

RGB 178 158 176 -
CMYK 0 0.11 0.01 0.30
HSL 306º 0.11% 0.66% -
HSV(B) 306º 0.11% 0.7% -
XYZ 38.42 37.05 46.2 -
YUV 166.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 178 158 176 0 0.11 0.01 0.30 306 0.11 0.66
Hex B2 9E B0 0 B 1 1E 132 B 42
Octal 262 236 260 0 13 1 36 462 13 102
Binary 10110010 10011110 10110000 0 1011 1 11110 100110010 1011 1000010

Color Harmonies of #B29EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EB0

Black with #B29EB0

Text Example


Text Example

White with #B29EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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