Html Css Color HEX #B28EAA London Hue

📋 copy color: '#B28EAA'

red 178 ◦ green 142 ◦ blue 170

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

Shades of London Hue #B28EAA

Tints of London Hue #B28EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.98%

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

R = 36.33%
G = 28.98%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B28EAA (or 0xB28EAA) is known color: London Hue. HEX triplet: B2, 8E and AA. RGB value is (178,142,170). Sum of RGB (Red+Green+Blue) = 178+142+170=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAA is #4D7155. Grayscale: #9B9B9B. Windows color (decimal): -5075286 or 11177650. OLE color: 11177650.

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

Color convert

RGB 178 142 170 -
CMYK 0 0.20 0.04 0.30
HSL 313.33º 0.19% 0.63% -
HSV(B) 313.33º 0.2% 0.7% -
XYZ 35.29 31.71 42.29 -
YUV 155.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 178 142 170 0 0.20 0.04 0.30 313.33 0.19 0.63
Hex B2 8E AA 0 14 4 1E 139 13 3F
Octal 262 216 252 0 24 4 36 471 23 77
Binary 10110010 10001110 10101010 0 10100 100 11110 100111001 10011 111111

Color Harmonies of #B28EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EAA

Black with #B28EAA

Text Example


Text Example

White with #B28EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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