Html Css Color HEX #B6A1B9 Lola

📋 copy color: '#B6A1B9'

red 182 ◦ green 161 ◦ blue 185

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

Shades of Lola #B6A1B9

Tints of Lola #B6A1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 34.47%
G = 30.49%
B = 35.04%

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

#B6A1B9 (or 0xB6A1B9) is known color: Lola. HEX triplet: B6, A1 and B9. RGB value is (182,161,185). Sum of RGB (Red+Green+Blue) = 182+161+185=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 185 - color contains mainly: blue. Hex color #B6A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1B9 is #495E46. Grayscale: #A9A9A9. Windows color (decimal): -4808263 or 12165558. OLE color: 12165558.

HSL color Cylindrical-coordinate representation of color #B6A1B9: hue angle of 292.5º 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 #B6A1B9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 161 185 -
CMYK 0.02 0.13 0 0.27
HSL 292.5º 0.15% 0.68% -
HSV(B) 292.5º 0.13% 0.73% -
XYZ 40.79 38.94 51.26 -
YUV 170.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 182 161 185 0.02 0.13 0 0.27 292.5 0.15 0.68
Hex B6 A1 B9 2 D 0 1B 124 F 44
Octal 266 241 271 2 15 0 33 444 17 104
Binary 10110110 10100001 10111001 10 1101 0 11011 100100100 1111 1000100

Color Harmonies of #B6A1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1B9

Black with #B6A1B9

Text Example


Text Example

White with #B6A1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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