#B7A9BA

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

Shades of Lola #B7A9BA

Tints of Lola #B7A9BA

Color information

#B7A9BA (or 0xB7A9BA) is unknown color: approx Lola. HEX triplet: B7, A9 and BA. RGB value is (183,169,186). Sum of RGB (Red+Green+Blue) = 183+169+186=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A9BA is #485645. Grayscale: #AFAFAF. Windows color (decimal): -4740678 or 12233143. OLE color: 12233143.

HSL color Cylindrical-coordinate representation of color #B7A9BA: hue angle of 289.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7A9BA is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183169186-
CMYK0.020.0900.27
HSL289.41º10.97%69.61%-
HSV(B)289.41º9.14%72.94%-
XYZ42.5841.9952.31-
YUV175.12134.14133.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=34.01%
G=31.41%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831691860.020.0900.27289.4110.9769.61
HexB7A9BA2901B121b46
Octal26725127221103344113106
Binary10110111101010011011101010100101101110010000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9BA; }

 p { color: rgb(183,169,186); }

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

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

 a { background-color: rgb(183,169,186); }

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

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

 span { border-color: rgb(183,169,186); }

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