Html Css Color HEX #BF9BAB Lily

📋 copy color: '#BF9BAB'

red 191 ◦ green 155 ◦ blue 171

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

Shades of Lily #BF9BAB

Tints of Lily #BF9BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 36.94%
G = 29.98%
B = 33.08%

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

#BF9BAB (or 0xBF9BAB) is known color: Lily. HEX triplet: BF, 9B and AB. RGB value is (191,155,171). Sum of RGB (Red+Green+Blue) = 191+155+171=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BAB is #406454. Grayscale: #A7A7A7. Windows color (decimal): -4219989 or 11246527. OLE color: 11246527.

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

Color convert

RGB 191 155 171 -
CMYK 0 0.19 0.10 0.25
HSL 333.33º 0.22% 0.68% -
HSV(B) 333.33º 0.19% 0.75% -
XYZ 40.56 37.46 43.62 -
YUV 167.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 191 155 171 0 0.19 0.10 0.25 333.33 0.22 0.68
Hex BF 9B AB 0 13 A 19 14D 16 44
Octal 277 233 253 0 23 12 31 515 26 104
Binary 10111111 10011011 10101011 0 10011 1010 11001 101001101 10110 1000100

Color Harmonies of #BF9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BAB

Black with #BF9BAB

Text Example


Text Example

White with #BF9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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