Html Css Color HEX #B6A2B5 Lola

📋 copy color: '#B6A2B5'

red 182 ◦ green 162 ◦ blue 181

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

Shades of Lola #B6A2B5

Tints of Lola #B6A2B5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.86%

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 34.67%
G = 30.86%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B6A2B5 (or 0xB6A2B5) is known color: Lola. HEX triplet: B6, A2 and B5. RGB value is (182,162,181). Sum of RGB (Red+Green+Blue) = 182+162+181=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A2B5 is #495D4A. Grayscale: #AAAAAA. Windows color (decimal): -4808011 or 11903670. OLE color: 11903670.

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

Color convert

RGB 182 162 181 -
CMYK 0 0.11 0.01 0.29
HSL 303º 0.12% 0.67% -
HSV(B) 303º 0.11% 0.71% -
XYZ 40.55 39.12 49.13 -
YUV 170.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 182 162 181 0 0.11 0.01 0.29 303 0.12 0.67
Hex B6 A2 B5 0 B 1 1D 12F C 43
Octal 266 242 265 0 13 1 35 457 14 103
Binary 10110110 10100010 10110101 0 1011 1 11101 100101111 1100 1000011

Color Harmonies of #B6A2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A2B5

Black with #B6A2B5

Text Example


Text Example

White with #B6A2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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