Html Css Color HEX #B28FA6 London Hue

📋 copy color: '#B28FA6'

red 178 ◦ green 143 ◦ blue 166

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

Shades of London Hue #B28FA6

Tints of London Hue #B28FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.09%

R = 36.55%
G = 29.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B28FA6 (or 0xB28FA6) is known color: London Hue. HEX triplet: B2, 8F and A6. RGB value is (178,143,166). Sum of RGB (Red+Green+Blue) = 178+143+166=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FA6 is #4D7059. Grayscale: #9C9C9C. Windows color (decimal): -5075034 or 10915762. OLE color: 10915762.

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

Color convert

RGB 178 143 166 -
CMYK 0 0.20 0.07 0.30
HSL 320.57º 0.19% 0.63% -
HSV(B) 320.57º 0.2% 0.7% -
XYZ 35.07 31.86 40.38 -
YUV 156.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 178 143 166 0 0.20 0.07 0.30 320.57 0.19 0.63
Hex B2 8F A6 0 14 7 1E 141 13 3F
Octal 262 217 246 0 24 7 36 501 23 77
Binary 10110010 10001111 10100110 0 10100 111 11110 101000001 10011 111111

Color Harmonies of #B28FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FA6

Black with #B28FA6

Text Example


Text Example

White with #B28FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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