#B3A8B5

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

Shades of Lola #B3A8B5

Tints of Lola #B3A8B5

Color information

#B3A8B5 (or 0xB3A8B5) is unknown color: approx Lola. HEX triplet: B3, A8 and B5. RGB value is (179,168,181). Sum of RGB (Red+Green+Blue) = 179+168+181=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 181 - color contains mainly: blue. Hex color #B3A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8B5 is #4C574A. Grayscale: #ACACAC. Windows color (decimal): -5003083 or 11905203. OLE color: 11905203.

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

Color convert

RGB179168181-
CMYK0.010.0700.29
HSL290.77º8.07%68.43%-
HSV(B)290.77º7.18%70.98%-
XYZ40.9340.9349.46-
YUV172.77132.64132.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=33.90%
G=31.82%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791681810.010.0700.29290.778.0768.43
HexB3A8B51701D123844
Octal2632502651703544310104
Binary101100111010100010110101111101110110010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A8B5; }

 p { color: rgb(179,168,181); }

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

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

 a { background-color: rgb(179,168,181); }

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

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

 span { border-color: rgb(179,168,181); }

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