Html Css Color HEX #B28BA9 London Hue

📋 copy color: '#B28BA9'

red 178 ◦ green 139 ◦ blue 169

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

Shades of London Hue #B28BA9

Tints of London Hue #B28BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

 BLUE value IS 169 (66.41% from 255) = 34.77%

R = 36.63%
G = 28.6%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B28BA9 (or 0xB28BA9) is known color: London Hue. HEX triplet: B2, 8B and A9. RGB value is (178,139,169). Sum of RGB (Red+Green+Blue) = 178+139+169=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BA9 is #4D7456. Grayscale: #9A9A9A. Windows color (decimal): -5076055 or 11111346. OLE color: 11111346.

HSL color Cylindrical-coordinate representation of color #B28BA9: hue angle of 313.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28BA9 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 139 169 -
CMYK 0 0.22 0.05 0.30
HSL 313.85º 0.2% 0.62% -
HSV(B) 313.85º 0.22% 0.7% -
XYZ 34.75 30.79 41.65 -
YUV 154.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 178 139 169 0 0.22 0.05 0.30 313.85 0.2 0.62
Hex B2 8B A9 0 16 5 1E 13A 14 3E
Octal 262 213 251 0 26 5 36 472 24 76
Binary 10110010 10001011 10101001 0 10110 101 11110 100111010 10100 111110

Color Harmonies of #B28BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BA9

Black with #B28BA9

Text Example


Text Example

White with #B28BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BA9; }

 p { color: rgb(178,139,169); }

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

background-color css

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

 a { background-color: rgb(178,139,169); }

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

border-color css

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

 span { border-color: rgb(178,139,169); }

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