Html Css Color HEX #BF9AB6 Lily

📋 copy color: '#BF9AB6'

red 191 ◦ green 154 ◦ blue 182

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

Shades of Lily #BF9AB6

Tints of Lily #BF9AB6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.22%

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

R = 36.24%
G = 29.22%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF9AB6 (or 0xBF9AB6) is known color: Lily. HEX triplet: BF, 9A and B6. RGB value is (191,154,182). Sum of RGB (Red+Green+Blue) = 191+154+182=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AB6 is #406549. Grayscale: #A8A8A8. Windows color (decimal): -4220234 or 11967167. OLE color: 11967167.

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

Color convert

RGB 191 154 182 -
CMYK 0 0.19 0.05 0.25
HSL 314.59º 0.22% 0.68% -
HSV(B) 314.59º 0.19% 0.75% -
XYZ 41.48 37.56 49.32 -
YUV 168.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 191 154 182 0 0.19 0.05 0.25 314.59 0.22 0.68
Hex BF 9A B6 0 13 5 19 13B 16 44
Octal 277 232 266 0 23 5 31 473 26 104
Binary 10111111 10011010 10110110 0 10011 101 11001 100111011 10110 1000100

Color Harmonies of #BF9AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AB6

Black with #BF9AB6

Text Example


Text Example

White with #BF9AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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