#BF9BB5

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

Shades of Lily #BF9BB5

Tints of Lily #BF9BB5

Color information

#BF9BB5 (or 0xBF9BB5) is unknown color: approx Lily. HEX triplet: BF, 9B and B5. RGB value is (191,155,181). Sum of RGB (Red+Green+Blue) = 191+155+181=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BB5 is #40644A. Grayscale: #A8A8A8. Windows color (decimal): -4219979 or 11901887. OLE color: 11901887.

HSL color Cylindrical-coordinate representation of color #BF9BB5: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BB5 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191155181-
CMYK00.190.050.25
HSL316.67º21.95%67.84%-
HSV(B)316.67º18.85%74.9%-
XYZ41.5537.8648.83-
YUV168.73134.93143.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=36.24%
G=29.41%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115518100.190.050.25316.6721.9567.84
HexBF9BB501351913d1644
Octal27723326502353147526104
Binary10111111100110111011010101001110111001100111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BB5; }

 p { color: rgb(191,155,181); }

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

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

 a { background-color: rgb(191,155,181); }

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

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

 span { border-color: rgb(191,155,181); }

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