Html Css Color HEX #B28EA6 London Hue

📋 copy color: '#B28EA6'

red 178 ◦ green 142 ◦ blue 166

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

Shades of London Hue #B28EA6

Tints of London Hue #B28EA6

RGB

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

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

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

R = 36.63%
G = 29.22%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B28EA6 (or 0xB28EA6) is known color: London Hue. HEX triplet: B2, 8E and A6. RGB value is (178,142,166). Sum of RGB (Red+Green+Blue) = 178+142+166=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B28EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28EA6 is #4D7159. Grayscale: #9B9B9B. Windows color (decimal): -5075290 or 10915506. OLE color: 10915506.

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

Color convert

RGB 178 142 166 -
CMYK 0 0.20 0.07 0.30
HSL 320º 0.19% 0.63% -
HSV(B) 320º 0.2% 0.7% -
XYZ 34.92 31.56 40.33 -
YUV 155.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 178 142 166 0 0.20 0.07 0.30 320 0.19 0.63
Hex B2 8E A6 0 14 7 1E 140 13 3F
Octal 262 216 246 0 24 7 36 500 23 77
Binary 10110010 10001110 10100110 0 10100 111 11110 101000000 10011 111111

Color Harmonies of #B28EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EA6

Black with #B28EA6

Text Example


Text Example

White with #B28EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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