Html Css Color HEX #BFA5B3 Lily

📋 copy color: '#BFA5B3'

red 191 ◦ green 165 ◦ blue 179

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

Shades of Lily #BFA5B3

Tints of Lily #BFA5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.84%

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

R = 35.7%
G = 30.84%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFA5B3 (or 0xBFA5B3) is known color: Lily. HEX triplet: BF, A5 and B3. RGB value is (191,165,179). Sum of RGB (Red+Green+Blue) = 191+165+179=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5B3 is #405A4C. Grayscale: #AEAEAE. Windows color (decimal): -4217421 or 11773375. OLE color: 11773375.

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

Color convert

RGB 191 165 179 -
CMYK 0 0.14 0.06 0.25
HSL 327.69º 0.17% 0.7% -
HSV(B) 327.69º 0.14% 0.75% -
XYZ 43.08 41.24 48.34 -
YUV 174.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 191 165 179 0 0.14 0.06 0.25 327.69 0.17 0.7
Hex BF A5 B3 0 E 6 19 148 11 46
Octal 277 245 263 0 16 6 31 510 21 106
Binary 10111111 10100101 10110011 0 1110 110 11001 101001000 10001 1000110

Color Harmonies of #BFA5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5B3

Black with #BFA5B3

Text Example


Text Example

White with #BFA5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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