Html Css Color HEX #BF90C9 Lilac

📋 copy color: '#BF90C9'

red 191 ◦ green 144 ◦ blue 201

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

Shades of Lilac #BF90C9

Tints of Lilac #BF90C9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 35.63%
G = 26.87%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF90C9 (or 0xBF90C9) is known color: Lilac. HEX triplet: BF, 90 and C9. RGB value is (191,144,201). Sum of RGB (Red+Green+Blue) = 191+144+201=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF90C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C9 is #406F36. Grayscale: #A4A4A4. Windows color (decimal): -4222775 or 13209791. OLE color: 13209791.

HSL color Cylindrical-coordinate representation of color #BF90C9: hue angle of 289.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF90C9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 144 201 -
CMYK 0.05 0.28 0 0.21
HSL 289.47º 0.35% 0.68% -
HSV(B) 289.47º 0.28% 0.79% -
XYZ 42 35.24 59.85 -
YUV 164.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 191 144 201 0.05 0.28 0 0.21 289.47 0.35 0.68
Hex BF 90 C9 5 1C 0 15 121 23 44
Octal 277 220 311 5 34 0 25 441 43 104
Binary 10111111 10010000 11001001 101 11100 0 10101 100100001 100011 1000100

Color Harmonies of #BF90C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90C9

Black with #BF90C9

Text Example


Text Example

White with #BF90C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90C9; }

 p { color: rgb(191,144,201); }

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

background-color css

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

 a { background-color: rgb(191,144,201); }

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

border-color css

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

 span { border-color: rgb(191,144,201); }

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