Html Css Color HEX #B28EAC London Hue

📋 copy color: '#B28EAC'

red 178 ◦ green 142 ◦ blue 172

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

Shades of London Hue #B28EAC

Tints of London Hue #B28EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 36.18%
G = 28.86%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B28EAC (or 0xB28EAC) is known color: London Hue. HEX triplet: B2, 8E and AC. RGB value is (178,142,172). Sum of RGB (Red+Green+Blue) = 178+142+172=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAC is #4D7153. Grayscale: #9C9C9C. Windows color (decimal): -5075284 or 11308722. OLE color: 11308722.

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

Color convert

RGB 178 142 172 -
CMYK 0 0.20 0.03 0.30
HSL 310º 0.19% 0.63% -
HSV(B) 310º 0.2% 0.7% -
XYZ 35.48 31.79 43.3 -
YUV 156.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 178 142 172 0 0.20 0.03 0.30 310 0.19 0.63
Hex B2 8E AC 0 14 3 1E 136 13 3F
Octal 262 216 254 0 24 3 36 466 23 77
Binary 10110010 10001110 10101100 0 10100 11 11110 100110110 10011 111111

Color Harmonies of #B28EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EAC

Black with #B28EAC

Text Example


Text Example

White with #B28EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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