Html Css Color HEX #B28BA6 London Hue

📋 copy color: '#B28BA6'

red 178 ◦ green 139 ◦ blue 166

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

Shades of London Hue #B28BA6

Tints of London Hue #B28BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 36.85%
G = 28.78%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B28BA6 (or 0xB28BA6) is known color: London Hue. HEX triplet: B2, 8B and A6. RGB value is (178,139,166). Sum of RGB (Red+Green+Blue) = 178+139+166=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BA6 is #4D7459. Grayscale: #999999. Windows color (decimal): -5076058 or 10914738. OLE color: 10914738.

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

Color convert

RGB 178 139 166 -
CMYK 0 0.22 0.07 0.30
HSL 318.46º 0.2% 0.62% -
HSV(B) 318.46º 0.22% 0.7% -
XYZ 34.48 30.68 40.18 -
YUV 153.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 178 139 166 0 0.22 0.07 0.30 318.46 0.2 0.62
Hex B2 8B A6 0 16 7 1E 13E 14 3E
Octal 262 213 246 0 26 7 36 476 24 76
Binary 10110010 10001011 10100110 0 10110 111 11110 100111110 10100 111110

Color Harmonies of #B28BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BA6

Black with #B28BA6

Text Example


Text Example

White with #B28BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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