#BB92AF

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

Shades of Lily #BB92AF

Tints of Lily #BB92AF

Color information

#BB92AF (or 0xBB92AF) is unknown color: approx Lily. HEX triplet: BB, 92 and AF. RGB value is (187,146,175). Sum of RGB (Red+Green+Blue) = 187+146+175=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92AF is #446D50. Grayscale: #A1A1A1. Windows color (decimal): -4484433 or 11506363. OLE color: 11506363.

HSL color Cylindrical-coordinate representation of color #BB92AF: hue angle of 317.56º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92AF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187146175-
CMYK00.220.060.27
HSL317.56º23.16%65.29%-
HSV(B)317.56º21.93%73.33%-
XYZ38.5134.2245.13-
YUV161.56135.58146.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=36.81%
G=28.74%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714617500.220.060.27317.5623.1665.29
HexBB92AF01661B13e1741
Octal27322225702663347627101
Binary10111011100100101010111101011011011011100111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92AF; }

 p { color: rgb(187,146,175); }

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

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

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

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

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

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

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