Html Css Color HEX #B28DAC London Hue

📋 copy color: '#B28DAC'

red 178 ◦ green 141 ◦ blue 172

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

Shades of London Hue #B28DAC

Tints of London Hue #B28DAC

RGB

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

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

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

R = 36.25%
G = 28.72%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B28DAC (or 0xB28DAC) is known color: London Hue. HEX triplet: B2, 8D and AC. RGB value is (178,141,172). Sum of RGB (Red+Green+Blue) = 178+141+172=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DAC is #4D7253. Grayscale: #9B9B9B. Windows color (decimal): -5075540 or 11308466. OLE color: 11308466.

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

Color convert

RGB 178 141 172 -
CMYK 0 0.21 0.03 0.30
HSL 309.73º 0.19% 0.63% -
HSV(B) 309.73º 0.21% 0.7% -
XYZ 35.33 31.49 43.25 -
YUV 155.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 178 141 172 0 0.21 0.03 0.30 309.73 0.19 0.63
Hex B2 8D AC 0 15 3 1E 136 13 3F
Octal 262 215 254 0 25 3 36 466 23 77
Binary 10110010 10001101 10101100 0 10101 11 11110 100110110 10011 111111

Color Harmonies of #B28DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DAC

Black with #B28DAC

Text Example


Text Example

White with #B28DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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