Html Css Color HEX #BF88CA Lilac

📋 copy color: '#BF88CA'

red 191 ◦ green 136 ◦ blue 202

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

Shades of Lilac #BF88CA

Tints of Lilac #BF88CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 36.11%
G = 25.71%
B = 38.19%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF88CA (or 0xBF88CA) is known color: Lilac. HEX triplet: BF, 88 and CA. RGB value is (191,136,202). Sum of RGB (Red+Green+Blue) = 191+136+202=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88CA is #407735. Grayscale: #9F9F9F. Windows color (decimal): -4224822 or 13273279. OLE color: 13273279.

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

Color convert

RGB 191 136 202 -
CMYK 0.05 0.33 0 0.21
HSL 290º 0.38% 0.66% -
HSV(B) 290º 0.33% 0.79% -
XYZ 40.95 32.95 60.08 -
YUV 159.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 191 136 202 0.05 0.33 0 0.21 290 0.38 0.66
Hex BF 88 CA 5 21 0 15 122 26 42
Octal 277 210 312 5 41 0 25 442 46 102
Binary 10111111 10001000 11001010 101 100001 0 10101 100100010 100110 1000010

Color Harmonies of #BF88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88CA

Black with #BF88CA

Text Example


Text Example

White with #BF88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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