Html Css Color HEX #B28CAC London Hue

📋 copy color: '#B28CAC'

red 178 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B28CAC

Tints of London Hue #B28CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 36.33%
G = 28.57%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B28CAC (or 0xB28CAC) is known color: London Hue. HEX triplet: B2, 8C and AC. RGB value is (178,140,172). Sum of RGB (Red+Green+Blue) = 178+140+172=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CAC is #4D7353. Grayscale: #9A9A9A. Windows color (decimal): -5075796 or 11308210. OLE color: 11308210.

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

Color convert

RGB 178 140 172 -
CMYK 0 0.21 0.03 0.30
HSL 309.47º 0.2% 0.62% -
HSV(B) 309.47º 0.21% 0.7% -
XYZ 35.18 31.2 43.2 -
YUV 155.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 178 140 172 0 0.21 0.03 0.30 309.47 0.2 0.62
Hex B2 8C AC 0 15 3 1E 135 14 3E
Octal 262 214 254 0 25 3 36 465 24 76
Binary 10110010 10001100 10101100 0 10101 11 11110 100110101 10100 111110

Color Harmonies of #B28CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CAC

Black with #B28CAC

Text Example


Text Example

White with #B28CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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