Html Css Color HEX #B29DAF London Hue

📋 copy color: '#B29DAF'

red 178 ◦ green 157 ◦ blue 175

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

Shades of London Hue #B29DAF

Tints of London Hue #B29DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.78%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 34.9%
G = 30.78%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B29DAF (or 0xB29DAF) is known color: London Hue. HEX triplet: B2, 9D and AF. RGB value is (178,157,175). Sum of RGB (Red+Green+Blue) = 178+157+175=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B29DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29DAF is #4D6250. Grayscale: #A5A5A5. Windows color (decimal): -5071441 or 11509170. OLE color: 11509170.

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

Color convert

RGB 178 157 175 -
CMYK 0 0.12 0.02 0.30
HSL 308.57º 0.12% 0.66% -
HSV(B) 308.57º 0.12% 0.7% -
XYZ 38.15 36.67 45.63 -
YUV 165.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 178 157 175 0 0.12 0.02 0.30 308.57 0.12 0.66
Hex B2 9D AF 0 C 2 1E 135 C 42
Octal 262 235 257 0 14 2 36 465 14 102
Binary 10110010 10011101 10101111 0 1100 10 11110 100110101 1100 1000010

Color Harmonies of #B29DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DAF

Black with #B29DAF

Text Example


Text Example

White with #B29DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DAF; }

 p { color: rgb(178,157,175); }

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

background-color css

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

 a { background-color: rgb(178,157,175); }

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

border-color css

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

 span { border-color: rgb(178,157,175); }

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