Html Css Color HEX #B594BA Lola

📋 copy color: '#B594BA'

red 181 ◦ green 148 ◦ blue 186

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

Shades of Lola #B594BA

Tints of Lola #B594BA

RGB

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

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

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

R = 35.15%
G = 28.74%
B = 36.12%

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

#B594BA (or 0xB594BA) is known color: Lola. HEX triplet: B5, 94 and BA. RGB value is (181,148,186). Sum of RGB (Red+Green+Blue) = 181+148+186=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594BA is #4A6B45. Grayscale: #A2A2A2. Windows color (decimal): -4877126 or 12227765. OLE color: 12227765.

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

Color convert

RGB 181 148 186 -
CMYK 0.03 0.20 0 0.27
HSL 292.11º 0.22% 0.65% -
HSV(B) 292.11º 0.2% 0.73% -
XYZ 38.51 34.55 51.09 -
YUV 162.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 181 148 186 0.03 0.20 0 0.27 292.11 0.22 0.65
Hex B5 94 BA 3 14 0 1B 124 16 41
Octal 265 224 272 3 24 0 33 444 26 101
Binary 10110101 10010100 10111010 11 10100 0 11011 100100100 10110 1000001

Color Harmonies of #B594BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594BA

Black with #B594BA

Text Example


Text Example

White with #B594BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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