Html Css Color HEX #B28DA8 London Hue

📋 copy color: '#B28DA8'

red 178 ◦ green 141 ◦ blue 168

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

Shades of London Hue #B28DA8

Tints of London Hue #B28DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 36.55%
G = 28.95%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B28DA8 (or 0xB28DA8) is known color: London Hue. HEX triplet: B2, 8D and A8. RGB value is (178,141,168). Sum of RGB (Red+Green+Blue) = 178+141+168=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DA8 is #4D7257. Grayscale: #9B9B9B. Windows color (decimal): -5075544 or 11046322. OLE color: 11046322.

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

Color convert

RGB 178 141 168 -
CMYK 0 0.21 0.06 0.30
HSL 316.22º 0.19% 0.63% -
HSV(B) 316.22º 0.21% 0.7% -
XYZ 34.95 31.34 41.25 -
YUV 155.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 178 141 168 0 0.21 0.06 0.30 316.22 0.19 0.63
Hex B2 8D A8 0 15 6 1E 13C 13 3F
Octal 262 215 250 0 25 6 36 474 23 77
Binary 10110010 10001101 10101000 0 10101 110 11110 100111100 10011 111111

Color Harmonies of #B28DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DA8

Black with #B28DA8

Text Example


Text Example

White with #B28DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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