Html Css Color HEX #B294AB London Hue

📋 copy color: '#B294AB'

red 178 ◦ green 148 ◦ blue 171

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

Shades of London Hue #B294AB

Tints of London Hue #B294AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 35.81%
G = 29.78%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B294AB (or 0xB294AB) is known color: London Hue. HEX triplet: B2, 94 and AB. RGB value is (178,148,171). Sum of RGB (Red+Green+Blue) = 178+148+171=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B294AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294AB is #4D6B54. Grayscale: #9F9F9F. Windows color (decimal): -5073749 or 11244722. OLE color: 11244722.

HSL color Cylindrical-coordinate representation of color #B294AB: hue angle of 314º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B294AB is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 171 -
CMYK 0 0.17 0.04 0.30
HSL 314º 0.16% 0.64% -
HSV(B) 314º 0.17% 0.7% -
XYZ 36.3 33.59 43.1 -
YUV 159.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 178 148 171 0 0.17 0.04 0.30 314 0.16 0.64
Hex B2 94 AB 0 11 4 1E 13A 10 40
Octal 262 224 253 0 21 4 36 472 20 100
Binary 10110010 10010100 10101011 0 10001 100 11110 100111010 10000 1000000

Color Harmonies of #B294AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294AB

Black with #B294AB

Text Example


Text Example

White with #B294AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294AB; }

 p { color: rgb(178,148,171); }

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

background-color css

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

 a { background-color: rgb(178,148,171); }

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

border-color css

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

 span { border-color: rgb(178,148,171); }

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