Html Css Color HEX #BF9CBD Lilac

📋 copy color: '#BF9CBD'

red 191 ◦ green 156 ◦ blue 189

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

Shades of Lilac #BF9CBD

Tints of Lilac #BF9CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 35.63%
G = 29.1%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF9CBD (or 0xBF9CBD) is known color: Lilac. HEX triplet: BF, 9C and BD. RGB value is (191,156,189). Sum of RGB (Red+Green+Blue) = 191+156+189=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CBD is #406342. Grayscale: #AAAAAA. Windows color (decimal): -4219715 or 12426431. OLE color: 12426431.

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

Color convert

RGB 191 156 189 -
CMYK 0 0.18 0.01 0.25
HSL 303.43º 0.21% 0.68% -
HSV(B) 303.43º 0.18% 0.75% -
XYZ 42.56 38.53 53.34 -
YUV 170.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 191 156 189 0 0.18 0.01 0.25 303.43 0.21 0.68
Hex BF 9C BD 0 12 1 19 12F 15 44
Octal 277 234 275 0 22 1 31 457 25 104
Binary 10111111 10011100 10111101 0 10010 1 11001 100101111 10101 1000100

Color Harmonies of #BF9CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CBD

Black with #BF9CBD

Text Example


Text Example

White with #BF9CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CBD; }

 p { color: rgb(191,156,189); }

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

background-color css

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

 a { background-color: rgb(191,156,189); }

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

border-color css

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

 span { border-color: rgb(191,156,189); }

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