Html Css Color HEX #BF9ABB Lilac

📋 copy color: '#BF9ABB'

red 191 ◦ green 154 ◦ blue 187

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

Shades of Lilac #BF9ABB

Tints of Lilac #BF9ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 35.9%
G = 28.95%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF9ABB (or 0xBF9ABB) is known color: Lilac. HEX triplet: BF, 9A and BB. RGB value is (191,154,187). Sum of RGB (Red+Green+Blue) = 191+154+187=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ABB is #406544. Grayscale: #A8A8A8. Windows color (decimal): -4220229 or 12294847. OLE color: 12294847.

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

Color convert

RGB 191 154 187 -
CMYK 0 0.19 0.02 0.25
HSL 306.49º 0.22% 0.68% -
HSV(B) 306.49º 0.19% 0.75% -
XYZ 42.01 37.78 52.09 -
YUV 168.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 191 154 187 0 0.19 0.02 0.25 306.49 0.22 0.68
Hex BF 9A BB 0 13 2 19 132 16 44
Octal 277 232 273 0 23 2 31 462 26 104
Binary 10111111 10011010 10111011 0 10011 10 11001 100110010 10110 1000100

Color Harmonies of #BF9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9ABB

Black with #BF9ABB

Text Example


Text Example

White with #BF9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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