Html Css Color HEX #BFA4B8 Lily

📋 copy color: '#BFA4B8'

red 191 ◦ green 164 ◦ blue 184

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

Shades of Lily #BFA4B8

Tints of Lily #BFA4B8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.43%

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 35.44%
G = 30.43%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFA4B8 (or 0xBFA4B8) is known color: Lily. HEX triplet: BF, A4 and B8. RGB value is (191,164,184). Sum of RGB (Red+Green+Blue) = 191+164+184=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4B8 is #405B47. Grayscale: #AEAEAE. Windows color (decimal): -4217672 or 12100799. OLE color: 12100799.

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

Color convert

RGB 191 164 184 -
CMYK 0 0.14 0.04 0.25
HSL 315.56º 0.17% 0.7% -
HSV(B) 315.56º 0.14% 0.75% -
XYZ 43.41 41.09 50.99 -
YUV 174.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 191 164 184 0 0.14 0.04 0.25 315.56 0.17 0.7
Hex BF A4 B8 0 E 4 19 13C 11 46
Octal 277 244 270 0 16 4 31 474 21 106
Binary 10111111 10100100 10111000 0 1110 100 11001 100111100 10001 1000110

Color Harmonies of #BFA4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4B8

Black with #BFA4B8

Text Example


Text Example

White with #BFA4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4B8; }

 p { color: rgb(191,164,184); }

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

background-color css

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

 a { background-color: rgb(191,164,184); }

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

border-color css

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

 span { border-color: rgb(191,164,184); }

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