Html Css Color HEX #BC98BE Lilac

📋 copy color: '#BC98BE'

red 188 ◦ green 152 ◦ blue 190

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

Shades of Lilac #BC98BE

Tints of Lilac #BC98BE

RGB

 RED value IS 188 (73.83% from 255) = 35.47%

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

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 35.47%
G = 28.68%
B = 35.85%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC98BE (or 0xBC98BE) is known color: Lilac. HEX triplet: BC, 98 and BE. RGB value is (188,152,190). Sum of RGB (Red+Green+Blue) = 188+152+190=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BE is #436741. Grayscale: #A6A6A6. Windows color (decimal): -4417346 or 12490940. OLE color: 12490940.

HSL color Cylindrical-coordinate representation of color #BC98BE: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC98BE is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 152 190 -
CMYK 0.01 0.2 0 0.25
HSL 296.84º 0.23% 0.67% -
HSV(B) 296.84º 0.2% 0.75% -
XYZ 41.26 36.87 53.66 -
YUV 167.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 188 152 190 0.01 0.2 0 0.25 296.84 0.23 0.67
Hex BC 98 BE 1 14 0 19 129 17 43
Octal 274 230 276 1 24 0 31 451 27 103
Binary 10111100 10011000 10111110 1 10100 0 11001 100101001 10111 1000011

Color Harmonies of #BC98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98BE

Black with #BC98BE

Text Example


Text Example

White with #BC98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98BE; }

 p { color: rgb(188,152,190); }

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

background-color css

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

 a { background-color: rgb(188,152,190); }

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

border-color css

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

 span { border-color: rgb(188,152,190); }

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