Html Css Color HEX #BF98CA Lilac

📋 copy color: '#BF98CA'

red 191 ◦ green 152 ◦ blue 202

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

Shades of Lilac #BF98CA

Tints of Lilac #BF98CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

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

R = 35.05%
G = 27.89%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF98CA (or 0xBF98CA) is known color: Lilac. HEX triplet: BF, 98 and CA. RGB value is (191,152,202). Sum of RGB (Red+Green+Blue) = 191+152+202=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98CA is #406735. Grayscale: #A9A9A9. Windows color (decimal): -4220726 or 13277375. OLE color: 13277375.

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

Color convert

RGB 191 152 202 -
CMYK 0.05 0.25 0 0.21
HSL 286.8º 0.32% 0.69% -
HSV(B) 286.8º 0.25% 0.79% -
XYZ 43.37 37.8 60.89 -
YUV 169.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 191 152 202 0.05 0.25 0 0.21 286.8 0.32 0.69
Hex BF 98 CA 5 19 0 15 11F 20 45
Octal 277 230 312 5 31 0 25 437 40 105
Binary 10111111 10011000 11001010 101 11001 0 10101 100011111 100000 1000101

Color Harmonies of #BF98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98CA

Black with #BF98CA

Text Example


Text Example

White with #BF98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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