Html Css Color HEX #BFA8B2 Lily

📋 copy color: '#BFA8B2'

red 191 ◦ green 168 ◦ blue 178

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

Shades of Lily #BFA8B2

Tints of Lily #BFA8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 35.57%
G = 31.28%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFA8B2 (or 0xBFA8B2) is known color: Lily. HEX triplet: BF, A8 and B2. RGB value is (191,168,178). Sum of RGB (Red+Green+Blue) = 191+168+178=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8B2 is #40574D. Grayscale: #B0B0B0. Windows color (decimal): -4216654 or 11708607. OLE color: 11708607.

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

Color convert

RGB 191 168 178 -
CMYK 0 0.12 0.07 0.25
HSL 333.91º 0.15% 0.7% -
HSV(B) 333.91º 0.12% 0.75% -
XYZ 43.52 42.3 47.99 -
YUV 176.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 191 168 178 0 0.12 0.07 0.25 333.91 0.15 0.7
Hex BF A8 B2 0 C 7 19 14E F 46
Octal 277 250 262 0 14 7 31 516 17 106
Binary 10111111 10101000 10110010 0 1100 111 11001 101001110 1111 1000110

Color Harmonies of #BFA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8B2

Black with #BFA8B2

Text Example


Text Example

White with #BFA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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