Html Css Color HEX #B28CA9 London Hue

📋 copy color: '#B28CA9'

red 178 ◦ green 140 ◦ blue 169

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

Shades of London Hue #B28CA9

Tints of London Hue #B28CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.75%

 BLUE value IS 169 (66.41% from 255) = 34.7%

R = 36.55%
G = 28.75%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B28CA9 (or 0xB28CA9) is known color: London Hue. HEX triplet: B2, 8C and A9. RGB value is (178,140,169). Sum of RGB (Red+Green+Blue) = 178+140+169=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA9 is #4D7356. Grayscale: #9A9A9A. Windows color (decimal): -5075799 or 11111602. OLE color: 11111602.

HSL color Cylindrical-coordinate representation of color #B28CA9: hue angle of 314.21º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CA9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 169 -
CMYK 0 0.21 0.05 0.30
HSL 314.21º 0.2% 0.62% -
HSV(B) 314.21º 0.21% 0.7% -
XYZ 34.9 31.09 41.7 -
YUV 154.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 178 140 169 0 0.21 0.05 0.30 314.21 0.2 0.62
Hex B2 8C A9 0 15 5 1E 13A 14 3E
Octal 262 214 251 0 25 5 36 472 24 76
Binary 10110010 10001100 10101001 0 10101 101 11110 100111010 10100 111110

Color Harmonies of #B28CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA9

Black with #B28CA9

Text Example


Text Example

White with #B28CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA9; }

 p { color: rgb(178,140,169); }

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

background-color css

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

 a { background-color: rgb(178,140,169); }

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

border-color css

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

 span { border-color: rgb(178,140,169); }

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