Html Css Color HEX #BF9BBA Lilac

📋 copy color: '#BF9BBA'

red 191 ◦ green 155 ◦ blue 186

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

Shades of Lilac #BF9BBA

Tints of Lilac #BF9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 35.9%
G = 29.14%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF9BBA (or 0xBF9BBA) is known color: Lilac. HEX triplet: BF, 9B and BA. RGB value is (191,155,186). Sum of RGB (Red+Green+Blue) = 191+155+186=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BBA is #406445. Grayscale: #A9A9A9. Windows color (decimal): -4219974 or 12229567. OLE color: 12229567.

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

Color convert

RGB 191 155 186 -
CMYK 0 0.19 0.03 0.25
HSL 308.33º 0.22% 0.68% -
HSV(B) 308.33º 0.19% 0.75% -
XYZ 42.07 38.06 51.58 -
YUV 169.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 191 155 186 0 0.19 0.03 0.25 308.33 0.22 0.68
Hex BF 9B BA 0 13 3 19 134 16 44
Octal 277 233 272 0 23 3 31 464 26 104
Binary 10111111 10011011 10111010 0 10011 11 11001 100110100 10110 1000100

Color Harmonies of #BF9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BBA

Black with #BF9BBA

Text Example


Text Example

White with #BF9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BBA; }

 p { color: rgb(191,155,186); }

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

background-color css

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

 a { background-color: rgb(191,155,186); }

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

border-color css

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

 span { border-color: rgb(191,155,186); }

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