#B8A1BD

Color #B8A1BD Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B8A1BD

Tints of Lola #B8A1BD

Color information

#B8A1BD (or 0xB8A1BD) is unknown color: approx Lola. HEX triplet: B8, A1 and BD. RGB value is (184,161,189). Sum of RGB (Red+Green+Blue) = 184+161+189=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1BD is #475E42. Grayscale: #AAAAAA. Windows color (decimal): -4677187 or 12427704. OLE color: 12427704.

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

Color convert

RGB184161189-
CMYK0.030.1500.26
HSL289.29º17.5%68.63%-
HSV(B)289.29º14.81%74.12%-
XYZ41.739.3553.54-
YUV171.07138.12137.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=34.46%
G=30.15%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841611890.030.1500.26289.2917.568.63
HexB8A1BD3F01A1211145
Octal27024127531703244121105
Binary101110001010000110111101111111011010100100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1BD; }

 p { color: rgb(184,161,189); }

 H1.HeaderClassName
 {
   color: #B8A1BD;
 }
 .AnyTagClassName
 {
   color: #B8A1BD;
 }
</style>
background-color css

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

 a { background-color: rgb(184,161,189); }

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

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

 span { border-color: rgb(184,161,189); }

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