#B3AFB2

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

Shades of Lily #B3AFB2

Tints of Lily #B3AFB2

Color information

#B3AFB2 (or 0xB3AFB2) is unknown color: approx Lily. HEX triplet: B3, AF and B2. RGB value is (179,175,178). Sum of RGB (Red+Green+Blue) = 179+175+178=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFB2 is #4C504D. Grayscale: #B0B0B0. Windows color (decimal): -5001294 or 11710387. OLE color: 11710387.

HSL color Cylindrical-coordinate representation of color #B3AFB2: hue angle of 315º 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 #B3AFB2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB179175178-
CMYK00.020.010.30
HSL315º2.56%69.41%-
HSV(B)315º2.23%70.2%-
XYZ41.9643.4648.3-
YUV176.54128.83129.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=33.65%
G=32.89%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917517800.020.010.303152.5669.41
HexB3AFB20211E13b345
Octal263257262021364733105
Binary101100111010111110110010010111110100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFB2; }

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

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

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

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

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

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

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

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