Html Css Color HEX #BF9AB3 Lily

📋 copy color: '#BF9AB3'

red 191 ◦ green 154 ◦ blue 179

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

Shades of Lily #BF9AB3

Tints of Lily #BF9AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 36.45%
G = 29.39%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF9AB3 (or 0xBF9AB3) is known color: Lily. HEX triplet: BF, 9A and B3. RGB value is (191,154,179). Sum of RGB (Red+Green+Blue) = 191+154+179=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AB3 is #40654C. Grayscale: #A7A7A7. Windows color (decimal): -4220237 or 11770559. OLE color: 11770559.

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

Color convert

RGB 191 154 179 -
CMYK 0 0.19 0.06 0.25
HSL 319.46º 0.22% 0.68% -
HSV(B) 319.46º 0.19% 0.75% -
XYZ 41.18 37.44 47.7 -
YUV 167.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 191 154 179 0 0.19 0.06 0.25 319.46 0.22 0.68
Hex BF 9A B3 0 13 6 19 13F 16 44
Octal 277 232 263 0 23 6 31 477 26 104
Binary 10111111 10011010 10110011 0 10011 110 11001 100111111 10110 1000100

Color Harmonies of #BF9AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AB3

Black with #BF9AB3

Text Example


Text Example

White with #BF9AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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