Html Css Color HEX #BF9BAC Lily

📋 copy color: '#BF9BAC'

red 191 ◦ green 155 ◦ blue 172

#BF9BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BF9BAC

Tints of Lily #BF9BAC

RGB

 RED value IS 191 (75% from 255) = 36.87%

 GREEN value IS 155 (60.94% from 255) = 29.92%

 BLUE value IS 172 (67.58% from 255) = 33.2%

R = 36.87%
G = 29.92%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF9BAC (or 0xBF9BAC) is known color: Lily. HEX triplet: BF, 9B and AC. RGB value is (191,155,172). Sum of RGB (Red+Green+Blue) = 191+155+172=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BAC is #406453. Grayscale: #A7A7A7. Windows color (decimal): -4219988 or 11312063. OLE color: 11312063.

HSL color Cylindrical-coordinate representation of color #BF9BAC: hue angle of 331.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 #BF9BAC is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 155 172 -
CMYK 0 0.19 0.10 0.25
HSL 331.67º 0.22% 0.68% -
HSV(B) 331.67º 0.19% 0.75% -
XYZ 40.65 37.5 44.12 -
YUV 167.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 191 155 172 0 0.19 0.10 0.25 331.67 0.22 0.68
Hex BF 9B AC 0 13 A 19 14C 16 44
Octal 277 233 254 0 23 12 31 514 26 104
Binary 10111111 10011011 10101100 0 10011 1010 11001 101001100 10110 1000100

Color Harmonies of #BF9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BAC

Black with #BF9BAC

Text Example


Text Example

White with #BF9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BAC; }

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

 H1.HeaderClassName
 {
   color: #BF9BAC;
 }
 .AnyTagClassName
 {
   color: #BF9BAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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