Html Css Color HEX #BC8BAD Lily

📋 copy color: '#BC8BAD'

red 188 ◦ green 139 ◦ blue 173

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

Shades of Lily #BC8BAD

Tints of Lily #BC8BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.8%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 37.6%
G = 27.8%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC8BAD (or 0xBC8BAD) is known color: Lily. HEX triplet: BC, 8B and AD. RGB value is (188,139,173). Sum of RGB (Red+Green+Blue) = 188+139+173=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BAD is #437452. Grayscale: #9D9D9D. Windows color (decimal): -4420691 or 11373500. OLE color: 11373500.

HSL color Cylindrical-coordinate representation of color #BC8BAD: hue angle of 318.37º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BAD is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 173 -
CMYK 0 0.26 0.08 0.26
HSL 318.37º 0.27% 0.64% -
HSV(B) 318.37º 0.26% 0.74% -
XYZ 37.51 32.17 43.77 -
YUV 157.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 188 139 173 0 0.26 0.08 0.26 318.37 0.27 0.64
Hex BC 8B AD 0 1A 8 1A 13E 1B 40
Octal 274 213 255 0 32 10 32 476 33 100
Binary 10111100 10001011 10101101 0 11010 1000 11010 100111110 11011 1000000

Color Harmonies of #BC8BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BAD

Black with #BC8BAD

Text Example


Text Example

White with #BC8BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BAD; }

 p { color: rgb(188,139,173); }

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

background-color css

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

 a { background-color: rgb(188,139,173); }

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

border-color css

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

 span { border-color: rgb(188,139,173); }

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