#BAACBD

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

Shades of Lola #BAACBD

Tints of Lola #BAACBD

Color information

#BAACBD (or 0xBAACBD) is unknown color: approx Lola. HEX triplet: BA, AC and BD. RGB value is (186,172,189). Sum of RGB (Red+Green+Blue) = 186+172+189=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACBD is #455342. Grayscale: #B2B2B2. Windows color (decimal): -4543299 or 12430522. OLE color: 12430522.

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

Color convert

RGB186172189-
CMYK0.020.0900.26
HSL289.41º11.41%70.78%-
HSV(B)289.41º8.99%74.12%-
XYZ44.1943.6254.23-
YUV178.12134.14133.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=34.00%
G=31.44%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861721890.020.0900.26289.4111.4170.78
HexBAACBD2901A121b47
Octal27225427521103244113107
Binary10111010101011001011110110100101101010010000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACBD; }

 p { color: rgb(186,172,189); }

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

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

 a { background-color: rgb(186,172,189); }

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

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

 span { border-color: rgb(186,172,189); }

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