Html Css Color HEX #B295AB London Hue

📋 copy color: '#B295AB'

red 178 ◦ green 149 ◦ blue 171

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

Shades of London Hue #B295AB

Tints of London Hue #B295AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

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

R = 35.74%
G = 29.92%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B295AB (or 0xB295AB) is known color: London Hue. HEX triplet: B2, 95 and AB. RGB value is (178,149,171). Sum of RGB (Red+Green+Blue) = 178+149+171=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B295AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B295AB is #4D6A54. Grayscale: #A0A0A0. Windows color (decimal): -5073493 or 11244978. OLE color: 11244978.

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

Color convert

RGB 178 149 171 -
CMYK 0 0.16 0.04 0.30
HSL 314.48º 0.16% 0.64% -
HSV(B) 314.48º 0.16% 0.7% -
XYZ 36.46 33.9 43.15 -
YUV 160.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 178 149 171 0 0.16 0.04 0.30 314.48 0.16 0.64
Hex B2 95 AB 0 10 4 1E 13A 10 40
Octal 262 225 253 0 20 4 36 472 20 100
Binary 10110010 10010101 10101011 0 10000 100 11110 100111010 10000 1000000

Color Harmonies of #B295AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295AB

Black with #B295AB

Text Example


Text Example

White with #B295AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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