Html Css Color HEX #B295A8 London Hue

📋 copy color: '#B295A8'

red 178 ◦ green 149 ◦ blue 168

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

Shades of London Hue #B295A8

Tints of London Hue #B295A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 35.96%
G = 30.1%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B295A8 (or 0xB295A8) is known color: London Hue. HEX triplet: B2, 95 and A8. RGB value is (178,149,168). Sum of RGB (Red+Green+Blue) = 178+149+168=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B295A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B295A8 is #4D6A57. Grayscale: #9F9F9F. Windows color (decimal): -5073496 or 11048370. OLE color: 11048370.

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

Color convert

RGB 178 149 168 -
CMYK 0 0.16 0.06 0.30
HSL 320.69º 0.16% 0.64% -
HSV(B) 320.69º 0.16% 0.7% -
XYZ 36.18 33.79 41.66 -
YUV 159.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 178 149 168 0 0.16 0.06 0.30 320.69 0.16 0.64
Hex B2 95 A8 0 10 6 1E 141 10 40
Octal 262 225 250 0 20 6 36 501 20 100
Binary 10110010 10010101 10101000 0 10000 110 11110 101000001 10000 1000000

Color Harmonies of #B295A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295A8

Black with #B295A8

Text Example


Text Example

White with #B295A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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