Html Css Color HEX #BF99BA Lilac

📋 copy color: '#BF99BA'

red 191 ◦ green 153 ◦ blue 186

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

Shades of Lilac #BF99BA

Tints of Lilac #BF99BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 36.04%
G = 28.87%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF99BA (or 0xBF99BA) is known color: Lilac. HEX triplet: BF, 99 and BA. RGB value is (191,153,186). Sum of RGB (Red+Green+Blue) = 191+153+186=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99BA is #406645. Grayscale: #A8A8A8. Windows color (decimal): -4220486 or 12229055. OLE color: 12229055.

HSL color Cylindrical-coordinate representation of color #BF99BA: hue angle of 307.89º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99BA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 153 186 -
CMYK 0 0.20 0.03 0.25
HSL 307.89º 0.23% 0.67% -
HSV(B) 307.89º 0.2% 0.75% -
XYZ 41.74 37.4 51.47 -
YUV 168.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 191 153 186 0 0.20 0.03 0.25 307.89 0.23 0.67
Hex BF 99 BA 0 14 3 19 134 17 43
Octal 277 231 272 0 24 3 31 464 27 103
Binary 10111111 10011001 10111010 0 10100 11 11001 100110100 10111 1000011

Color Harmonies of #BF99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99BA

Black with #BF99BA

Text Example


Text Example

White with #BF99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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