Html Css Color HEX #BFA0B4 Lily

📋 copy color: '#BFA0B4'

red 191 ◦ green 160 ◦ blue 180

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

Shades of Lily #BFA0B4

Tints of Lily #BFA0B4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 35.97%
G = 30.13%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFA0B4 (or 0xBFA0B4) is known color: Lily. HEX triplet: BF, A0 and B4. RGB value is (191,160,180). Sum of RGB (Red+Green+Blue) = 191+160+180=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0B4 is #405F4B. Grayscale: #ABABAB. Windows color (decimal): -4218700 or 11837631. OLE color: 11837631.

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

Color convert

RGB 191 160 180 -
CMYK 0 0.16 0.06 0.25
HSL 321.29º 0.19% 0.69% -
HSV(B) 321.29º 0.16% 0.75% -
XYZ 42.29 39.51 48.58 -
YUV 171.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 191 160 180 0 0.16 0.06 0.25 321.29 0.19 0.69
Hex BF A0 B4 0 10 6 19 141 13 45
Octal 277 240 264 0 20 6 31 501 23 105
Binary 10111111 10100000 10110100 0 10000 110 11001 101000001 10011 1000101

Color Harmonies of #BFA0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0B4

Black with #BFA0B4

Text Example


Text Example

White with #BFA0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0B4; }

 p { color: rgb(191,160,180); }

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

background-color css

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

 a { background-color: rgb(191,160,180); }

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

border-color css

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

 span { border-color: rgb(191,160,180); }

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