Html Css Color HEX #B28BAE London Hue

📋 copy color: '#B28BAE'

red 178 ◦ green 139 ◦ blue 174

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

Shades of London Hue #B28BAE

Tints of London Hue #B28BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.44%

R = 36.25%
G = 28.31%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B28BAE (or 0xB28BAE) is known color: London Hue. HEX triplet: B2, 8B and AE. RGB value is (178,139,174). Sum of RGB (Red+Green+Blue) = 178+139+174=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B28BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28BAE is #4D7451. Grayscale: #9A9A9A. Windows color (decimal): -5076050 or 11439026. OLE color: 11439026.

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

Color convert

RGB 178 139 174 -
CMYK 0 0.22 0.02 0.30
HSL 306.15º 0.2% 0.62% -
HSV(B) 306.15º 0.22% 0.7% -
XYZ 35.23 30.99 44.17 -
YUV 154.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 178 139 174 0 0.22 0.02 0.30 306.15 0.2 0.62
Hex B2 8B AE 0 16 2 1E 132 14 3E
Octal 262 213 256 0 26 2 36 462 24 76
Binary 10110010 10001011 10101110 0 10110 10 11110 100110010 10100 111110

Color Harmonies of #B28BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BAE

Black with #B28BAE

Text Example


Text Example

White with #B28BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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