Html Css Color HEX #B599BA Lola

📋 copy color: '#B599BA'

red 181 ◦ green 153 ◦ blue 186

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

Shades of Lola #B599BA

Tints of Lola #B599BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.42%

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

R = 34.81%
G = 29.42%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B599BA (or 0xB599BA) is known color: Lola. HEX triplet: B5, 99 and BA. RGB value is (181,153,186). Sum of RGB (Red+Green+Blue) = 181+153+186=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B599BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599BA is #4A6645. Grayscale: #A5A5A5. Windows color (decimal): -4875846 or 12229045. OLE color: 12229045.

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

Color convert

RGB 181 153 186 -
CMYK 0.03 0.18 0 0.27
HSL 290.91º 0.19% 0.66% -
HSV(B) 290.91º 0.18% 0.73% -
XYZ 39.31 36.15 51.36 -
YUV 165.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 181 153 186 0.03 0.18 0 0.27 290.91 0.19 0.66
Hex B5 99 BA 3 12 0 1B 123 13 42
Octal 265 231 272 3 22 0 33 443 23 102
Binary 10110101 10011001 10111010 11 10010 0 11011 100100011 10011 1000010

Color Harmonies of #B599BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599BA

Black with #B599BA

Text Example


Text Example

White with #B599BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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