Html Css Color HEX #B28CA7 London Hue

📋 copy color: '#B28CA7'

red 178 ◦ green 140 ◦ blue 167

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

Shades of London Hue #B28CA7

Tints of London Hue #B28CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.43%

R = 36.7%
G = 28.87%
B = 34.43%

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

#B28CA7 (or 0xB28CA7) is known color: London Hue. HEX triplet: B2, 8C and A7. RGB value is (178,140,167). Sum of RGB (Red+Green+Blue) = 178+140+167=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA7 is #4D7358. Grayscale: #9A9A9A. Windows color (decimal): -5075801 or 10980530. OLE color: 10980530.

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

Color convert

RGB 178 140 167 -
CMYK 0 0.21 0.06 0.30
HSL 317.37º 0.2% 0.62% -
HSV(B) 317.37º 0.21% 0.7% -
XYZ 34.71 31.01 40.72 -
YUV 154.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 178 140 167 0 0.21 0.06 0.30 317.37 0.2 0.62
Hex B2 8C A7 0 15 6 1E 13D 14 3E
Octal 262 214 247 0 25 6 36 475 24 76
Binary 10110010 10001100 10100111 0 10101 110 11110 100111101 10100 111110

Color Harmonies of #B28CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA7

Black with #B28CA7

Text Example


Text Example

White with #B28CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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