Html Css Color HEX #BFAAB6 Lily

📋 copy color: '#BFAAB6'

red 191 ◦ green 170 ◦ blue 182

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

Shades of Lily #BFAAB6

Tints of Lily #BFAAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.31%

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 35.17%
G = 31.31%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BFAAB6 (or 0xBFAAB6) is known color: Lily. HEX triplet: BF, AA and B6. RGB value is (191,170,182). Sum of RGB (Red+Green+Blue) = 191+170+182=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB6 is #405549. Grayscale: #B1B1B1. Windows color (decimal): -4216138 or 11971263. OLE color: 11971263.

HSL color Cylindrical-coordinate representation of color #BFAAB6: hue angle of 325.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAB6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 182 -
CMYK 0 0.11 0.05 0.25
HSL 325.71º 0.14% 0.71% -
HSV(B) 325.71º 0.11% 0.75% -
XYZ 44.3 43.2 50.26 -
YUV 177.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 191 170 182 0 0.11 0.05 0.25 325.71 0.14 0.71
Hex BF AA B6 0 B 5 19 146 E 47
Octal 277 252 266 0 13 5 31 506 16 107
Binary 10111111 10101010 10110110 0 1011 101 11001 101000110 1110 1000111

Color Harmonies of #BFAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAB6

Black with #BFAAB6

Text Example


Text Example

White with #BFAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAB6; }

 p { color: rgb(191,170,182); }

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

background-color css

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

 a { background-color: rgb(191,170,182); }

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

border-color css

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

 span { border-color: rgb(191,170,182); }

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