Html Css Color HEX #BC8DA6 Lily

📋 copy color: '#BC8DA6'

red 188 ◦ green 141 ◦ blue 166

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

Shades of Lily #BC8DA6

Tints of Lily #BC8DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 37.98%
G = 28.48%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC8DA6 (or 0xBC8DA6) is known color: Lily. HEX triplet: BC, 8D and A6. RGB value is (188,141,166). Sum of RGB (Red+Green+Blue) = 188+141+166=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA6 is #437259. Grayscale: #9D9D9D. Windows color (decimal): -4420186 or 10915260. OLE color: 10915260.

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

Color convert

RGB 188 141 166 -
CMYK 0 0.25 0.12 0.26
HSL 328.09º 0.26% 0.65% -
HSV(B) 328.09º 0.25% 0.74% -
XYZ 37.15 32.49 40.39 -
YUV 157.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 188 141 166 0 0.25 0.12 0.26 328.09 0.26 0.65
Hex BC 8D A6 0 19 C 1A 148 1A 41
Octal 274 215 246 0 31 14 32 510 32 101
Binary 10111100 10001101 10100110 0 11001 1100 11010 101001000 11010 1000001

Color Harmonies of #BC8DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DA6

Black with #BC8DA6

Text Example


Text Example

White with #BC8DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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