Html Css Color HEX #BC8DA7 Lily

📋 copy color: '#BC8DA7'

red 188 ◦ green 141 ◦ blue 167

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

Shades of Lily #BC8DA7

Tints of Lily #BC8DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.67%

R = 37.9%
G = 28.43%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC8DA7 (or 0xBC8DA7) is known color: Lily. HEX triplet: BC, 8D and A7. RGB value is (188,141,167). Sum of RGB (Red+Green+Blue) = 188+141+167=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA7 is #437258. Grayscale: #9D9D9D. Windows color (decimal): -4420185 or 10980796. OLE color: 10980796.

HSL color Cylindrical-coordinate representation of color #BC8DA7: hue angle of 326.81º 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 #BC8DA7 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 167 -
CMYK 0 0.25 0.11 0.26
HSL 326.81º 0.26% 0.65% -
HSV(B) 326.81º 0.25% 0.74% -
XYZ 37.24 32.53 40.88 -
YUV 158.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 188 141 167 0 0.25 0.11 0.26 326.81 0.26 0.65
Hex BC 8D A7 0 19 B 1A 147 1A 41
Octal 274 215 247 0 31 13 32 507 32 101
Binary 10111100 10001101 10100111 0 11001 1011 11010 101000111 11010 1000001

Color Harmonies of #BC8DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DA7

Black with #BC8DA7

Text Example


Text Example

White with #BC8DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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