Html Css Color HEX #B28EAB London Hue

📋 copy color: '#B28EAB'

red 178 ◦ green 142 ◦ blue 171

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

Shades of London Hue #B28EAB

Tints of London Hue #B28EAB

RGB

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

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

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

R = 36.25%
G = 28.92%
B = 34.83%

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

#B28EAB (or 0xB28EAB) is known color: London Hue. HEX triplet: B2, 8E and AB. RGB value is (178,142,171). Sum of RGB (Red+Green+Blue) = 178+142+171=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAB is #4D7154. Grayscale: #9B9B9B. Windows color (decimal): -5075285 or 11243186. OLE color: 11243186.

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

Color convert

RGB 178 142 171 -
CMYK 0 0.20 0.04 0.30
HSL 311.67º 0.19% 0.63% -
HSV(B) 311.67º 0.2% 0.7% -
XYZ 35.38 31.75 42.79 -
YUV 156.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 178 142 171 0 0.20 0.04 0.30 311.67 0.19 0.63
Hex B2 8E AB 0 14 4 1E 138 13 3F
Octal 262 216 253 0 24 4 36 470 23 77
Binary 10110010 10001110 10101011 0 10100 100 11110 100111000 10011 111111

Color Harmonies of #B28EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EAB

Black with #B28EAB

Text Example


Text Example

White with #B28EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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