Html Css Color HEX #BC9EBB Lilac

📋 copy color: '#BC9EBB'

red 188 ◦ green 158 ◦ blue 187

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

Shades of Lilac #BC9EBB

Tints of Lilac #BC9EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.64%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 35.27%
G = 29.64%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC9EBB (or 0xBC9EBB) is known color: Lilac. HEX triplet: BC, 9E and BB. RGB value is (188,158,187). Sum of RGB (Red+Green+Blue) = 188+158+187=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EBB is #436144. Grayscale: #AAAAAA. Windows color (decimal): -4415813 or 12295868. OLE color: 12295868.

HSL color Cylindrical-coordinate representation of color #BC9EBB: hue angle of 302º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BC9EBB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 187 -
CMYK 0 0.16 0.01 0.26
HSL 302º 0.18% 0.68% -
HSV(B) 302º 0.16% 0.74% -
XYZ 41.94 38.73 52.28 -
YUV 170.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 188 158 187 0 0.16 0.01 0.26 302 0.18 0.68
Hex BC 9E BB 0 10 1 1A 12E 12 44
Octal 274 236 273 0 20 1 32 456 22 104
Binary 10111100 10011110 10111011 0 10000 1 11010 100101110 10010 1000100

Color Harmonies of #BC9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EBB

Black with #BC9EBB

Text Example


Text Example

White with #BC9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EBB; }

 p { color: rgb(188,158,187); }

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

background-color css

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

 a { background-color: rgb(188,158,187); }

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

border-color css

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

 span { border-color: rgb(188,158,187); }

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