Html Css Color HEX #B28FA9 London Hue

📋 copy color: '#B28FA9'

red 178 ◦ green 143 ◦ blue 169

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

Shades of London Hue #B28FA9

Tints of London Hue #B28FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 36.33%
G = 29.18%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B28FA9 (or 0xB28FA9) is known color: London Hue. HEX triplet: B2, 8F and A9. RGB value is (178,143,169). Sum of RGB (Red+Green+Blue) = 178+143+169=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FA9 is #4D7056. Grayscale: #9C9C9C. Windows color (decimal): -5075031 or 11112370. OLE color: 11112370.

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

Color convert

RGB 178 143 169 -
CMYK 0 0.20 0.05 0.30
HSL 315.43º 0.19% 0.63% -
HSV(B) 315.43º 0.2% 0.7% -
XYZ 35.34 31.97 41.84 -
YUV 156.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 178 143 169 0 0.20 0.05 0.30 315.43 0.19 0.63
Hex B2 8F A9 0 14 5 1E 13B 13 3F
Octal 262 217 251 0 24 5 36 473 23 77
Binary 10110010 10001111 10101001 0 10100 101 11110 100111011 10011 111111

Color Harmonies of #B28FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FA9

Black with #B28FA9

Text Example


Text Example

White with #B28FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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