Html Css Color HEX #BF9CBB Lilac

📋 copy color: '#BF9CBB'

red 191 ◦ green 156 ◦ blue 187

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

Shades of Lilac #BF9CBB

Tints of Lilac #BF9CBB

RGB

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

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

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

R = 35.77%
G = 29.21%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF9CBB (or 0xBF9CBB) is known color: Lilac. HEX triplet: BF, 9C and BB. RGB value is (191,156,187). Sum of RGB (Red+Green+Blue) = 191+156+187=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CBB is #406344. Grayscale: #A9A9A9. Windows color (decimal): -4219717 or 12295359. OLE color: 12295359.

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

Color convert

RGB 191 156 187 -
CMYK 0 0.18 0.02 0.25
HSL 306.86º 0.21% 0.68% -
HSV(B) 306.86º 0.18% 0.75% -
XYZ 42.34 38.44 52.2 -
YUV 170 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 191 156 187 0 0.18 0.02 0.25 306.86 0.21 0.68
Hex BF 9C BB 0 12 2 19 133 15 44
Octal 277 234 273 0 22 2 31 463 25 104
Binary 10111111 10011100 10111011 0 10010 10 11001 100110011 10101 1000100

Color Harmonies of #BF9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CBB

Black with #BF9CBB

Text Example


Text Example

White with #BF9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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