Html Css Color HEX #B28BAC London Hue

📋 copy color: '#B28BAC'

red 178 ◦ green 139 ◦ blue 172

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

Shades of London Hue #B28BAC

Tints of London Hue #B28BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 36.4%
G = 28.43%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B28BAC (or 0xB28BAC) is known color: London Hue. HEX triplet: B2, 8B and AC. RGB value is (178,139,172). Sum of RGB (Red+Green+Blue) = 178+139+172=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BAC is #4D7453. Grayscale: #9A9A9A. Windows color (decimal): -5076052 or 11307954. OLE color: 11307954.

HSL color Cylindrical-coordinate representation of color #B28BAC: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28BAC is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 139 172 -
CMYK 0 0.22 0.03 0.30
HSL 309.23º 0.2% 0.62% -
HSV(B) 309.23º 0.22% 0.7% -
XYZ 35.04 30.91 43.15 -
YUV 154.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 178 139 172 0 0.22 0.03 0.30 309.23 0.2 0.62
Hex B2 8B AC 0 16 3 1E 135 14 3E
Octal 262 213 254 0 26 3 36 465 24 76
Binary 10110010 10001011 10101100 0 10110 11 11110 100110101 10100 111110

Color Harmonies of #B28BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BAC

Black with #B28BAC

Text Example


Text Example

White with #B28BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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