#B3AFB3

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

Shades of Lola #B3AFB3

Tints of Lola #B3AFB3

Color information

#B3AFB3 (or 0xB3AFB3) is unknown color: approx Lola. HEX triplet: B3, AF and B3. RGB value is (179,175,179). Sum of RGB (Red+Green+Blue) = 179+175+179=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B3AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFB3 is #4C504C. Grayscale: #B0B0B0. Windows color (decimal): -5001293 or 11775923. OLE color: 11775923.

HSL color Cylindrical-coordinate representation of color #B3AFB3: hue angle of 300º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B3AFB3 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179175179-
CMYK00.0200.30
HSL300º2.56%69.41%-
HSV(B)300º2.23%70.2%-
XYZ42.0643.548.83-
YUV176.65129.33129.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=33.58%
G=32.83%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917517900.0200.303002.5669.41
HexB3AFB30201E12c345
Octal263257263020364543105
Binary101100111010111110110011010011110100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFB3; }

 p { color: rgb(179,175,179); }

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

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

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

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

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

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

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