Html Css Color HEX #B28AAE London Hue

📋 copy color: '#B28AAE'

red 178 ◦ green 138 ◦ blue 174

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

Shades of London Hue #B28AAE

Tints of London Hue #B28AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

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

R = 36.33%
G = 28.16%
B = 35.51%

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

#B28AAE (or 0xB28AAE) is known color: London Hue. HEX triplet: B2, 8A and AE. RGB value is (178,138,174). Sum of RGB (Red+Green+Blue) = 178+138+174=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AAE is #4D7551. Grayscale: #999999. Windows color (decimal): -5076306 or 11438770. OLE color: 11438770.

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

Color convert

RGB 178 138 174 -
CMYK 0 0.22 0.02 0.30
HSL 306º 0.21% 0.62% -
HSV(B) 306º 0.22% 0.7% -
XYZ 35.09 30.7 44.12 -
YUV 154.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 178 138 174 0 0.22 0.02 0.30 306 0.21 0.62
Hex B2 8A AE 0 16 2 1E 132 15 3E
Octal 262 212 256 0 26 2 36 462 25 76
Binary 10110010 10001010 10101110 0 10110 10 11110 100110010 10101 111110

Color Harmonies of #B28AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AAE

Black with #B28AAE

Text Example


Text Example

White with #B28AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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