Html Css Color HEX #B28FAB London Hue

📋 copy color: '#B28FAB'

red 178 ◦ green 143 ◦ blue 171

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

Shades of London Hue #B28FAB

Tints of London Hue #B28FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 36.18%
G = 29.07%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B28FAB (or 0xB28FAB) is known color: London Hue. HEX triplet: B2, 8F and AB. RGB value is (178,143,171). Sum of RGB (Red+Green+Blue) = 178+143+171=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAB is #4D7054. Grayscale: #9C9C9C. Windows color (decimal): -5075029 or 11243442. OLE color: 11243442.

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

Color convert

RGB 178 143 171 -
CMYK 0 0.20 0.04 0.30
HSL 312º 0.19% 0.63% -
HSV(B) 312º 0.2% 0.7% -
XYZ 35.53 32.05 42.84 -
YUV 156.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 178 143 171 0 0.20 0.04 0.30 312 0.19 0.63
Hex B2 8F AB 0 14 4 1E 138 13 3F
Octal 262 217 253 0 24 4 36 470 23 77
Binary 10110010 10001111 10101011 0 10100 100 11110 100111000 10011 111111

Color Harmonies of #B28FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FAB

Black with #B28FAB

Text Example


Text Example

White with #B28FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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