Html Css Color HEX #B7A1BC Lola

📋 copy color: '#B7A1BC'

red 183 ◦ green 161 ◦ blue 188

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

Shades of Lola #B7A1BC

Tints of Lola #B7A1BC

RGB

 RED value IS 183 (71.88% from 255) = 34.4%

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 34.4%
G = 30.26%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7A1BC (or 0xB7A1BC) is known color: Lola. HEX triplet: B7, A1 and BC. RGB value is (183,161,188). Sum of RGB (Red+Green+Blue) = 183+161+188=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1BC is #485E43. Grayscale: #AAAAAA. Windows color (decimal): -4742724 or 12362167. OLE color: 12362167.

HSL color Cylindrical-coordinate representation of color #B7A1BC: hue angle of 288.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A1BC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 161 188 -
CMYK 0.03 0.14 0 0.26
HSL 288.89º 0.17% 0.68% -
HSV(B) 288.89º 0.14% 0.74% -
XYZ 41.35 39.19 52.96 -
YUV 170.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 183 161 188 0.03 0.14 0 0.26 288.89 0.17 0.68
Hex B7 A1 BC 3 E 0 1A 121 11 44
Octal 267 241 274 3 16 0 32 441 21 104
Binary 10110111 10100001 10111100 11 1110 0 11010 100100001 10001 1000100

Color Harmonies of #B7A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A1BC

Black with #B7A1BC

Text Example


Text Example

White with #B7A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A1BC; }

 p { color: rgb(183,161,188); }

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

background-color css

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

 a { background-color: rgb(183,161,188); }

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

border-color css

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

 span { border-color: rgb(183,161,188); }

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