Html Css Color HEX #B28CA6 London Hue

📋 copy color: '#B28CA6'

red 178 ◦ green 140 ◦ blue 166

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

Shades of London Hue #B28CA6

Tints of London Hue #B28CA6

RGB

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

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

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

R = 36.78%
G = 28.93%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B28CA6 (or 0xB28CA6) is known color: London Hue. HEX triplet: B2, 8C and A6. RGB value is (178,140,166). Sum of RGB (Red+Green+Blue) = 178+140+166=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA6 is #4D7359. Grayscale: #9A9A9A. Windows color (decimal): -5075802 or 10914994. OLE color: 10914994.

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

Color convert

RGB 178 140 166 -
CMYK 0 0.21 0.07 0.30
HSL 318.95º 0.2% 0.62% -
HSV(B) 318.95º 0.21% 0.7% -
XYZ 34.62 30.97 40.23 -
YUV 154.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 178 140 166 0 0.21 0.07 0.30 318.95 0.2 0.62
Hex B2 8C A6 0 15 7 1E 13F 14 3E
Octal 262 214 246 0 25 7 36 477 24 76
Binary 10110010 10001100 10100110 0 10101 111 11110 100111111 10100 111110

Color Harmonies of #B28CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CA6

Black with #B28CA6

Text Example


Text Example

White with #B28CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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