Html Css Color HEX #B28DAF London Hue

📋 copy color: '#B28DAF'

red 178 ◦ green 141 ◦ blue 175

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

Shades of London Hue #B28DAF

Tints of London Hue #B28DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.54%

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 36.03%
G = 28.54%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B28DAF (or 0xB28DAF) is known color: London Hue. HEX triplet: B2, 8D and AF. RGB value is (178,141,175). Sum of RGB (Red+Green+Blue) = 178+141+175=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAF is #4D7250. Grayscale: #9B9B9B. Windows color (decimal): -5075537 or 11505074. OLE color: 11505074.

HSL color Cylindrical-coordinate representation of color #B28DAF: hue angle of 304.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28DAF is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 175 -
CMYK 0 0.21 0.02 0.30
HSL 304.86º 0.19% 0.63% -
HSV(B) 304.86º 0.21% 0.7% -
XYZ 35.62 31.61 44.78 -
YUV 155.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 178 141 175 0 0.21 0.02 0.30 304.86 0.19 0.63
Hex B2 8D AF 0 15 2 1E 131 13 3F
Octal 262 215 257 0 25 2 36 461 23 77
Binary 10110010 10001101 10101111 0 10101 10 11110 100110001 10011 111111

Color Harmonies of #B28DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DAF

Black with #B28DAF

Text Example


Text Example

White with #B28DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DAF; }

 p { color: rgb(178,141,175); }

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

background-color css

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

 a { background-color: rgb(178,141,175); }

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

border-color css

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

 span { border-color: rgb(178,141,175); }

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