Html Css Color HEX #B28DAB London Hue

📋 copy color: '#B28DAB'

red 178 ◦ green 141 ◦ blue 171

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

Shades of London Hue #B28DAB

Tints of London Hue #B28DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 36.33%
G = 28.78%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B28DAB (or 0xB28DAB) is known color: London Hue. HEX triplet: B2, 8D and AB. RGB value is (178,141,171). Sum of RGB (Red+Green+Blue) = 178+141+171=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAB is #4D7254. Grayscale: #9B9B9B. Windows color (decimal): -5075541 or 11242930. OLE color: 11242930.

HSL color Cylindrical-coordinate representation of color #B28DAB: hue angle of 311.35º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28DAB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 171 -
CMYK 0 0.21 0.04 0.30
HSL 311.35º 0.19% 0.63% -
HSV(B) 311.35º 0.21% 0.7% -
XYZ 35.24 31.46 42.74 -
YUV 155.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 178 141 171 0 0.21 0.04 0.30 311.35 0.19 0.63
Hex B2 8D AB 0 15 4 1E 137 13 3F
Octal 262 215 253 0 25 4 36 467 23 77
Binary 10110010 10001101 10101011 0 10101 100 11110 100110111 10011 111111

Color Harmonies of #B28DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DAB

Black with #B28DAB

Text Example


Text Example

White with #B28DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DAB; }

 p { color: rgb(178,141,171); }

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

background-color css

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

 a { background-color: rgb(178,141,171); }

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

border-color css

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

 span { border-color: rgb(178,141,171); }

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