Html Css Color HEX #B28FAE London Hue

📋 copy color: '#B28FAE'

red 178 ◦ green 143 ◦ blue 174

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

Shades of London Hue #B28FAE

Tints of London Hue #B28FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 35.96%
G = 28.89%
B = 35.15%

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

#B28FAE (or 0xB28FAE) is known color: London Hue. HEX triplet: B2, 8F and AE. RGB value is (178,143,174). Sum of RGB (Red+Green+Blue) = 178+143+174=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B28FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28FAE is #4D7051. Grayscale: #9C9C9C. Windows color (decimal): -5075026 or 11440050. OLE color: 11440050.

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

Color convert

RGB 178 143 174 -
CMYK 0 0.20 0.02 0.30
HSL 306.86º 0.19% 0.63% -
HSV(B) 306.86º 0.2% 0.7% -
XYZ 35.82 32.17 44.36 -
YUV 157 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 178 143 174 0 0.20 0.02 0.30 306.86 0.19 0.63
Hex B2 8F AE 0 14 2 1E 133 13 3F
Octal 262 217 256 0 24 2 36 463 23 77
Binary 10110010 10001111 10101110 0 10100 10 11110 100110011 10011 111111

Color Harmonies of #B28FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FAE

Black with #B28FAE

Text Example


Text Example

White with #B28FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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