Html Css Color HEX #BFACB2 Lily

📋 copy color: '#BFACB2'

red 191 ◦ green 172 ◦ blue 178

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

Shades of Lily #BFACB2

Tints of Lily #BFACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.79%

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

R = 35.3%
G = 31.79%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFACB2 (or 0xBFACB2) is known color: Lily. HEX triplet: BF, AC and B2. RGB value is (191,172,178). Sum of RGB (Red+Green+Blue) = 191+172+178=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACB2 is #40534D. Grayscale: #B2B2B2. Windows color (decimal): -4215630 or 11709631. OLE color: 11709631.

HSL color Cylindrical-coordinate representation of color #BFACB2: hue angle of 341.05º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACB2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 178 -
CMYK 0 0.10 0.07 0.25
HSL 341.05º 0.13% 0.71% -
HSV(B) 341.05º 0.1% 0.75% -
XYZ 44.27 43.8 48.24 -
YUV 178.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 191 172 178 0 0.10 0.07 0.25 341.05 0.13 0.71
Hex BF AC B2 0 A 7 19 155 D 47
Octal 277 254 262 0 12 7 31 525 15 107
Binary 10111111 10101100 10110010 0 1010 111 11001 101010101 1101 1000111

Color Harmonies of #BFACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACB2

Black with #BFACB2

Text Example


Text Example

White with #BFACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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