Html Css Color HEX #B295B5 London Hue

📋 copy color: '#B295B5'

red 178 ◦ green 149 ◦ blue 181

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

Shades of London Hue #B295B5

Tints of London Hue #B295B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 35.04%
G = 29.33%
B = 35.63%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B295B5 (or 0xB295B5) is known color: London Hue. HEX triplet: B2, 95 and B5. RGB value is (178,149,181). Sum of RGB (Red+Green+Blue) = 178+149+181=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #B295B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295B5 is #4D6A4A. Grayscale: #A1A1A1. Windows color (decimal): -5073483 or 11900338. OLE color: 11900338.

HSL color Cylindrical-coordinate representation of color #B295B5: hue angle of 294.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B295B5 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 149 181 -
CMYK 0.02 0.18 0 0.29
HSL 294.38º 0.18% 0.65% -
HSV(B) 294.38º 0.18% 0.71% -
XYZ 37.45 34.3 48.36 -
YUV 161.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 178 149 181 0.02 0.18 0 0.29 294.38 0.18 0.65
Hex B2 95 B5 2 12 0 1D 126 12 41
Octal 262 225 265 2 22 0 35 446 22 101
Binary 10110010 10010101 10110101 10 10010 0 11101 100100110 10010 1000001

Color Harmonies of #B295B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295B5

Black with #B295B5

Text Example


Text Example

White with #B295B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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