Html Css Color HEX #BF90C8 Lilac

📋 copy color: '#BF90C8'

red 191 ◦ green 144 ◦ blue 200

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

Shades of Lilac #BF90C8

Tints of Lilac #BF90C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 35.7%
G = 26.92%
B = 37.38%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF90C8 (or 0xBF90C8) is known color: Lilac. HEX triplet: BF, 90 and C8. RGB value is (191,144,200). Sum of RGB (Red+Green+Blue) = 191+144+200=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF90C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C8 is #406F37. Grayscale: #A4A4A4. Windows color (decimal): -4222776 or 13144255. OLE color: 13144255.

HSL color Cylindrical-coordinate representation of color #BF90C8: hue angle of 290.36º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF90C8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 144 200 -
CMYK 0.04 0.28 0 0.22
HSL 290.36º 0.34% 0.67% -
HSV(B) 290.36º 0.28% 0.78% -
XYZ 41.88 35.19 59.23 -
YUV 164.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 191 144 200 0.04 0.28 0 0.22 290.36 0.34 0.67
Hex BF 90 C8 4 1C 0 16 122 22 43
Octal 277 220 310 4 34 0 26 442 42 103
Binary 10111111 10010000 11001000 100 11100 0 10110 100100010 100010 1000011

Color Harmonies of #BF90C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90C8

Black with #BF90C8

Text Example


Text Example

White with #BF90C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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