Html Css Color HEX #BF8FCB Lilac

📋 copy color: '#BF8FCB'

red 191 ◦ green 143 ◦ blue 203

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

Shades of Lilac #BF8FCB

Tints of Lilac #BF8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 35.57%
G = 26.63%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF8FCB (or 0xBF8FCB) is known color: Lilac. HEX triplet: BF, 8F and CB. RGB value is (191,143,203). Sum of RGB (Red+Green+Blue) = 191+143+203=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCB is #407034. Grayscale: #A4A4A4. Windows color (decimal): -4223029 or 13340607. OLE color: 13340607.

HSL color Cylindrical-coordinate representation of color #BF8FCB: hue angle of 288º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8FCB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 143 203 -
CMYK 0.06 0.30 0 0.20
HSL 288º 0.37% 0.68% -
HSV(B) 288º 0.3% 0.8% -
XYZ 42.09 35.03 61.04 -
YUV 164.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 191 143 203 0.06 0.30 0 0.20 288 0.37 0.68
Hex BF 8F CB 6 1E 0 14 120 25 44
Octal 277 217 313 6 36 0 24 440 45 104
Binary 10111111 10001111 11001011 110 11110 0 10100 100100000 100101 1000100

Color Harmonies of #BF8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FCB

Black with #BF8FCB

Text Example


Text Example

White with #BF8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FCB; }

 p { color: rgb(191,143,203); }

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

background-color css

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

 a { background-color: rgb(191,143,203); }

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

border-color css

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

 span { border-color: rgb(191,143,203); }

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