Html Css Color HEX #B595BA Lola

📋 copy color: '#B595BA'

red 181 ◦ green 149 ◦ blue 186

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

Shades of Lola #B595BA

Tints of Lola #B595BA

RGB

 RED value IS 181 (71.09% from 255) = 35.08%

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 35.08%
G = 28.88%
B = 36.05%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B595BA (or 0xB595BA) is known color: Lola. HEX triplet: B5, 95 and BA. RGB value is (181,149,186). Sum of RGB (Red+Green+Blue) = 181+149+186=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B595BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595BA is #4A6A45. Grayscale: #A2A2A2. Windows color (decimal): -4876870 or 12228021. OLE color: 12228021.

HSL color Cylindrical-coordinate representation of color #B595BA: hue angle of 291.89º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B595BA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 149 186 -
CMYK 0.03 0.20 0 0.27
HSL 291.89º 0.21% 0.66% -
HSV(B) 291.89º 0.2% 0.73% -
XYZ 38.67 34.86 51.15 -
YUV 162.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 181 149 186 0.03 0.20 0 0.27 291.89 0.21 0.66
Hex B5 95 BA 3 14 0 1B 124 15 42
Octal 265 225 272 3 24 0 33 444 25 102
Binary 10110101 10010101 10111010 11 10100 0 11011 100100100 10101 1000010

Color Harmonies of #B595BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595BA

Black with #B595BA

Text Example


Text Example

White with #B595BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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