Html Css Color HEX #BFA8B4 Lily

📋 copy color: '#BFA8B4'

red 191 ◦ green 168 ◦ blue 180

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

Shades of Lily #BFA8B4

Tints of Lily #BFA8B4

RGB

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

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

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

R = 35.44%
G = 31.17%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFA8B4 (or 0xBFA8B4) is known color: Lily. HEX triplet: BF, A8 and B4. RGB value is (191,168,180). Sum of RGB (Red+Green+Blue) = 191+168+180=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8B4 is #40574B. Grayscale: #B0B0B0. Windows color (decimal): -4216652 or 11839679. OLE color: 11839679.

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

Color convert

RGB 191 168 180 -
CMYK 0 0.12 0.06 0.25
HSL 328.7º 0.15% 0.7% -
HSV(B) 328.7º 0.12% 0.75% -
XYZ 43.73 42.38 49.05 -
YUV 176.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 191 168 180 0 0.12 0.06 0.25 328.7 0.15 0.7
Hex BF A8 B4 0 C 6 19 149 F 46
Octal 277 250 264 0 14 6 31 511 17 106
Binary 10111111 10101000 10110100 0 1100 110 11001 101001001 1111 1000110

Color Harmonies of #BFA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8B4

Black with #BFA8B4

Text Example


Text Example

White with #BFA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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