Html Css Color HEX #B28BAA London Hue

📋 copy color: '#B28BAA'

red 178 ◦ green 139 ◦ blue 170

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

Shades of London Hue #B28BAA

Tints of London Hue #B28BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 36.55%
G = 28.54%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B28BAA (or 0xB28BAA) is known color: London Hue. HEX triplet: B2, 8B and AA. RGB value is (178,139,170). Sum of RGB (Red+Green+Blue) = 178+139+170=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BAA is #4D7455. Grayscale: #9A9A9A. Windows color (decimal): -5076054 or 11176882. OLE color: 11176882.

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

Color convert

RGB 178 139 170 -
CMYK 0 0.22 0.04 0.30
HSL 312.31º 0.2% 0.62% -
HSV(B) 312.31º 0.22% 0.7% -
XYZ 34.85 30.83 42.14 -
YUV 154.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 178 139 170 0 0.22 0.04 0.30 312.31 0.2 0.62
Hex B2 8B AA 0 16 4 1E 138 14 3E
Octal 262 213 252 0 26 4 36 470 24 76
Binary 10110010 10001011 10101010 0 10110 100 11110 100111000 10100 111110

Color Harmonies of #B28BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BAA

Black with #B28BAA

Text Example


Text Example

White with #B28BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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