Html Css Color HEX #BFA8B0 Lily

📋 copy color: '#BFA8B0'

red 191 ◦ green 168 ◦ blue 176

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

Shades of Lily #BFA8B0

Tints of Lily #BFA8B0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 35.7%
G = 31.4%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFA8B0 (or 0xBFA8B0) is known color: Lily. HEX triplet: BF, A8 and B0. RGB value is (191,168,176). Sum of RGB (Red+Green+Blue) = 191+168+176=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8B0 is #40574F. Grayscale: #AFAFAF. Windows color (decimal): -4216656 or 11577535. OLE color: 11577535.

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

Color convert

RGB 191 168 176 -
CMYK 0 0.12 0.08 0.25
HSL 339.13º 0.15% 0.7% -
HSV(B) 339.13º 0.12% 0.75% -
XYZ 43.32 42.22 46.94 -
YUV 175.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 191 168 176 0 0.12 0.08 0.25 339.13 0.15 0.7
Hex BF A8 B0 0 C 8 19 153 F 46
Octal 277 250 260 0 14 10 31 523 17 106
Binary 10111111 10101000 10110000 0 1100 1000 11001 101010011 1111 1000110

Color Harmonies of #BFA8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8B0

Black with #BFA8B0

Text Example


Text Example

White with #BFA8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8B0; }

 p { color: rgb(191,168,176); }

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

background-color css

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

 a { background-color: rgb(191,168,176); }

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

border-color css

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

 span { border-color: rgb(191,168,176); }

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