Html Css Color HEX #B28CA8 London Hue

📋 copy color: '#B28CA8'

red 178 ◦ green 140 ◦ blue 168

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

Shades of London Hue #B28CA8

Tints of London Hue #B28CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.57%

R = 36.63%
G = 28.81%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B28CA8 (or 0xB28CA8) is known color: London Hue. HEX triplet: B2, 8C and A8. RGB value is (178,140,168). Sum of RGB (Red+Green+Blue) = 178+140+168=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA8 is #4D7357. Grayscale: #9A9A9A. Windows color (decimal): -5075800 or 11046066. OLE color: 11046066.

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

Color convert

RGB 178 140 168 -
CMYK 0 0.21 0.06 0.30
HSL 315.79º 0.2% 0.62% -
HSV(B) 315.79º 0.21% 0.7% -
XYZ 34.81 31.05 41.2 -
YUV 154.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 178 140 168 0 0.21 0.06 0.30 315.79 0.2 0.62
Hex B2 8C A8 0 15 6 1E 13C 14 3E
Octal 262 214 250 0 25 6 36 474 24 76
Binary 10110010 10001100 10101000 0 10101 110 11110 100111100 10100 111110

Color Harmonies of #B28CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA8

Black with #B28CA8

Text Example


Text Example

White with #B28CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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