Html Css Color HEX #BC8DAE Lily

📋 copy color: '#BC8DAE'

red 188 ◦ green 141 ◦ blue 174

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

Shades of Lily #BC8DAE

Tints of Lily #BC8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.03%

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 37.38%
G = 28.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC8DAE (or 0xBC8DAE) is known color: Lily. HEX triplet: BC, 8D and AE. RGB value is (188,141,174). Sum of RGB (Red+Green+Blue) = 188+141+174=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAE is #437251. Grayscale: #9E9E9E. Windows color (decimal): -4420178 or 11439548. OLE color: 11439548.

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

Color convert

RGB 188 141 174 -
CMYK 0 0.25 0.07 0.26
HSL 317.87º 0.26% 0.65% -
HSV(B) 317.87º 0.25% 0.74% -
XYZ 37.9 32.8 44.38 -
YUV 158.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 188 141 174 0 0.25 0.07 0.26 317.87 0.26 0.65
Hex BC 8D AE 0 19 7 1A 13E 1A 41
Octal 274 215 256 0 31 7 32 476 32 101
Binary 10111100 10001101 10101110 0 11001 111 11010 100111110 11010 1000001

Color Harmonies of #BC8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DAE

Black with #BC8DAE

Text Example


Text Example

White with #BC8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DAE; }

 p { color: rgb(188,141,174); }

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

background-color css

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

 a { background-color: rgb(188,141,174); }

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

border-color css

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

 span { border-color: rgb(188,141,174); }

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