#B8AABB

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

Shades of Lola #B8AABB

Tints of Lola #B8AABB

Color information

#B8AABB (or 0xB8AABB) is unknown color: approx Lola. HEX triplet: B8, AA and BB. RGB value is (184,170,187). Sum of RGB (Red+Green+Blue) = 184+170+187=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AABB is #475544. Grayscale: #B0B0B0. Windows color (decimal): -4674885 or 12298936. OLE color: 12298936.

HSL color Cylindrical-coordinate representation of color #B8AABB: 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 #B8AABB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184170187-
CMYK0.020.0900.27
HSL289.41º11.11%70%-
HSV(B)289.41º9.09%73.33%-
XYZ43.1142.5352.95-
YUV176.12134.14133.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=34.01%
G=31.42%
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
Decimal1841701870.020.0900.27289.4111.1170
HexB8AABB2901B121b46
Octal27025227321103344113106
Binary10111000101010101011101110100101101110010000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AABB; }

 p { color: rgb(184,170,187); }

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

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

 a { background-color: rgb(184,170,187); }

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

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

 span { border-color: rgb(184,170,187); }

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