Html Css Color HEX #B29BB3 London Hue

📋 copy color: '#B29BB3'

red 178 ◦ green 155 ◦ blue 179

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

Shades of London Hue #B29BB3

Tints of London Hue #B29BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 34.77%
G = 30.27%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B29BB3 (or 0xB29BB3) is known color: London Hue. HEX triplet: B2, 9B and B3. RGB value is (178,155,179). Sum of RGB (Red+Green+Blue) = 178+155+179=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #B29BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BB3 is #4D644C. Grayscale: #A4A4A4. Windows color (decimal): -5071949 or 11770802. OLE color: 11770802.

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

Color convert

RGB 178 155 179 -
CMYK 0.01 0.13 0 0.30
HSL 297.5º 0.14% 0.65% -
HSV(B) 297.5º 0.13% 0.7% -
XYZ 38.22 36.16 47.61 -
YUV 164.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 178 155 179 0.01 0.13 0 0.30 297.5 0.14 0.65
Hex B2 9B B3 1 D 0 1E 12A E 41
Octal 262 233 263 1 15 0 36 452 16 101
Binary 10110010 10011011 10110011 1 1101 0 11110 100101010 1110 1000001

Color Harmonies of #B29BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BB3

Black with #B29BB3

Text Example


Text Example

White with #B29BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BB3; }

 p { color: rgb(178,155,179); }

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

background-color css

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

 a { background-color: rgb(178,155,179); }

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

border-color css

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

 span { border-color: rgb(178,155,179); }

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