Html Css Color HEX #B28EAE London Hue

📋 copy color: '#B28EAE'

red 178 ◦ green 142 ◦ blue 174

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

Shades of London Hue #B28EAE

Tints of London Hue #B28EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.74%

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

R = 36.03%
G = 28.74%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B28EAE (or 0xB28EAE) is known color: London Hue. HEX triplet: B2, 8E and AE. RGB value is (178,142,174). Sum of RGB (Red+Green+Blue) = 178+142+174=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EAE is #4D7151. Grayscale: #9C9C9C. Windows color (decimal): -5075282 or 11439794. OLE color: 11439794.

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

Color convert

RGB 178 142 174 -
CMYK 0 0.20 0.02 0.30
HSL 306.67º 0.19% 0.63% -
HSV(B) 306.67º 0.2% 0.7% -
XYZ 35.67 31.87 44.32 -
YUV 156.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 178 142 174 0 0.20 0.02 0.30 306.67 0.19 0.63
Hex B2 8E AE 0 14 2 1E 133 13 3F
Octal 262 216 256 0 24 2 36 463 23 77
Binary 10110010 10001110 10101110 0 10100 10 11110 100110011 10011 111111

Color Harmonies of #B28EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EAE

Black with #B28EAE

Text Example


Text Example

White with #B28EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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