Html Css Color HEX #B5A6B6 Lola

📋 copy color: '#B5A6B6'

red 181 ◦ green 166 ◦ blue 182

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

Shades of Lola #B5A6B6

Tints of Lola #B5A6B6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

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

R = 34.22%
G = 31.38%
B = 34.4%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B5A6B6 (or 0xB5A6B6) is known color: Lola. HEX triplet: B5, A6 and B6. RGB value is (181,166,182). Sum of RGB (Red+Green+Blue) = 181+166+182=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 182 - color contains mainly: blue. Hex color #B5A6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6B6 is #4A5949. Grayscale: #ACACAC. Windows color (decimal): -4872522 or 11970229. OLE color: 11970229.

HSL color Cylindrical-coordinate representation of color #B5A6B6: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5A6B6 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 166 182 -
CMYK 0.01 0.09 0 0.29
HSL 296.25º 0.1% 0.68% -
HSV(B) 296.25º 0.09% 0.71% -
XYZ 41.14 40.47 49.9 -
YUV 172.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 181 166 182 0.01 0.09 0 0.29 296.25 0.1 0.68
Hex B5 A6 B6 1 9 0 1D 128 A 44
Octal 265 246 266 1 11 0 35 450 12 104
Binary 10110101 10100110 10110110 1 1001 0 11101 100101000 1010 1000100

Color Harmonies of #B5A6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6B6

Black with #B5A6B6

Text Example


Text Example

White with #B5A6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6B6; }

 p { color: rgb(181,166,182); }

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

background-color css

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

 a { background-color: rgb(181,166,182); }

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

border-color css

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

 span { border-color: rgb(181,166,182); }

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