Html Css Color HEX #B28FAC London Hue

📋 copy color: '#B28FAC'

red 178 ◦ green 143 ◦ blue 172

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

Shades of London Hue #B28FAC

Tints of London Hue #B28FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 36.11%
G = 29.01%
B = 34.89%

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

#B28FAC (or 0xB28FAC) is known color: London Hue. HEX triplet: B2, 8F and AC. RGB value is (178,143,172). Sum of RGB (Red+Green+Blue) = 178+143+172=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAC is #4D7053. Grayscale: #9C9C9C. Windows color (decimal): -5075028 or 11308978. OLE color: 11308978.

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

Color convert

RGB 178 143 172 -
CMYK 0 0.20 0.03 0.30
HSL 310.29º 0.19% 0.63% -
HSV(B) 310.29º 0.2% 0.7% -
XYZ 35.63 32.09 43.35 -
YUV 156.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 178 143 172 0 0.20 0.03 0.30 310.29 0.19 0.63
Hex B2 8F AC 0 14 3 1E 136 13 3F
Octal 262 217 254 0 24 3 36 466 23 77
Binary 10110010 10001111 10101100 0 10100 11 11110 100110110 10011 111111

Color Harmonies of #B28FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FAC

Black with #B28FAC

Text Example


Text Example

White with #B28FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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