Html Css Color HEX #BF88C9 Lilac

📋 copy color: '#BF88C9'

red 191 ◦ green 136 ◦ blue 201

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

Shades of Lilac #BF88C9

Tints of Lilac #BF88C9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.76%

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

R = 36.17%
G = 25.76%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF88C9 (or 0xBF88C9) is known color: Lilac. HEX triplet: BF, 88 and C9. RGB value is (191,136,201). Sum of RGB (Red+Green+Blue) = 191+136+201=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88C9 is #407736. Grayscale: #9F9F9F. Windows color (decimal): -4224823 or 13207743. OLE color: 13207743.

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

Color convert

RGB 191 136 201 -
CMYK 0.05 0.32 0 0.21
HSL 290.77º 0.38% 0.66% -
HSV(B) 290.77º 0.32% 0.79% -
XYZ 40.83 32.9 59.46 -
YUV 159.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 191 136 201 0.05 0.32 0 0.21 290.77 0.38 0.66
Hex BF 88 C9 5 20 0 15 123 26 42
Octal 277 210 311 5 40 0 25 443 46 102
Binary 10111111 10001000 11001001 101 100000 0 10101 100100011 100110 1000010

Color Harmonies of #BF88C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88C9

Black with #BF88C9

Text Example


Text Example

White with #BF88C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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