Html Css Color HEX #BC90C5 Lilac

📋 copy color: '#BC90C5'

red 188 ◦ green 144 ◦ blue 197

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

Shades of Lilac #BC90C5

Tints of Lilac #BC90C5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.22%

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 35.54%
G = 27.22%
B = 37.24%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC90C5 (or 0xBC90C5) is known color: Lilac. HEX triplet: BC, 90 and C5. RGB value is (188,144,197). Sum of RGB (Red+Green+Blue) = 188+144+197=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90C5 is #436F3A. Grayscale: #A3A3A3. Windows color (decimal): -4419387 or 12947644. OLE color: 12947644.

HSL color Cylindrical-coordinate representation of color #BC90C5: hue angle of 289.81º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC90C5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 144 197 -
CMYK 0.05 0.27 0 0.23
HSL 289.81º 0.31% 0.67% -
HSV(B) 289.81º 0.27% 0.77% -
XYZ 40.79 34.67 57.37 -
YUV 163.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 188 144 197 0.05 0.27 0 0.23 289.81 0.31 0.67
Hex BC 90 C5 5 1B 0 17 122 1F 43
Octal 274 220 305 5 33 0 27 442 37 103
Binary 10111100 10010000 11000101 101 11011 0 10111 100100010 11111 1000011

Color Harmonies of #BC90C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90C5

Black with #BC90C5

Text Example


Text Example

White with #BC90C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90C5; }

 p { color: rgb(188,144,197); }

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

background-color css

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

 a { background-color: rgb(188,144,197); }

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

border-color css

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

 span { border-color: rgb(188,144,197); }

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