Html Css Color HEX #B6A1BA Lola

📋 copy color: '#B6A1BA'

red 182 ◦ green 161 ◦ blue 186

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

Shades of Lola #B6A1BA

Tints of Lola #B6A1BA

RGB

 RED value IS 182 (71.48% from 255) = 34.4%

 GREEN value IS 161 (63.28% from 255) = 30.43%

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

R = 34.4%
G = 30.43%
B = 35.16%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6A1BA (or 0xB6A1BA) is known color: Lola. HEX triplet: B6, A1 and BA. RGB value is (182,161,186). Sum of RGB (Red+Green+Blue) = 182+161+186=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1BA is #495E45. Grayscale: #AAAAAA. Windows color (decimal): -4808262 or 12231094. OLE color: 12231094.

HSL color Cylindrical-coordinate representation of color #B6A1BA: hue angle of 290.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A1BA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 161 186 -
CMYK 0.02 0.13 0 0.27
HSL 290.4º 0.15% 0.68% -
HSV(B) 290.4º 0.13% 0.73% -
XYZ 40.9 38.98 51.82 -
YUV 170.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 182 161 186 0.02 0.13 0 0.27 290.4 0.15 0.68
Hex B6 A1 BA 2 D 0 1B 122 F 44
Octal 266 241 272 2 15 0 33 442 17 104
Binary 10110110 10100001 10111010 10 1101 0 11011 100100010 1111 1000100

Color Harmonies of #B6A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1BA

Black with #B6A1BA

Text Example


Text Example

White with #B6A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1BA; }

 p { color: rgb(182,161,186); }

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

background-color css

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

 a { background-color: rgb(182,161,186); }

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

border-color css

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

 span { border-color: rgb(182,161,186); }

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