Html Css Color HEX #BFA0B3 Lily

📋 copy color: '#BFA0B3'

red 191 ◦ green 160 ◦ blue 179

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

Shades of Lily #BFA0B3

Tints of Lily #BFA0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 36.04%
G = 30.19%
B = 33.77%

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

#BFA0B3 (or 0xBFA0B3) is known color: Lily. HEX triplet: BF, A0 and B3. RGB value is (191,160,179). Sum of RGB (Red+Green+Blue) = 191+160+179=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0B3 is #405F4C. Grayscale: #ABABAB. Windows color (decimal): -4218701 or 11772095. OLE color: 11772095.

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

Color convert

RGB 191 160 179 -
CMYK 0 0.16 0.06 0.25
HSL 323.23º 0.19% 0.69% -
HSV(B) 323.23º 0.16% 0.75% -
XYZ 42.19 39.47 48.04 -
YUV 171.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 191 160 179 0 0.16 0.06 0.25 323.23 0.19 0.69
Hex BF A0 B3 0 10 6 19 143 13 45
Octal 277 240 263 0 20 6 31 503 23 105
Binary 10111111 10100000 10110011 0 10000 110 11001 101000011 10011 1000101

Color Harmonies of #BFA0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0B3

Black with #BFA0B3

Text Example


Text Example

White with #BFA0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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