Html Css Color HEX #BC9FAD Lily

📋 copy color: '#BC9FAD'

red 188 ◦ green 159 ◦ blue 173

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

Shades of Lily #BC9FAD

Tints of Lily #BC9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

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

R = 36.15%
G = 30.58%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC9FAD (or 0xBC9FAD) is known color: Lily. HEX triplet: BC, 9F and AD. RGB value is (188,159,173). Sum of RGB (Red+Green+Blue) = 188+159+173=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAD is #436052. Grayscale: #A9A9A9. Windows color (decimal): -4415571 or 11378620. OLE color: 11378620.

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

Color convert

RGB 188 159 173 -
CMYK 0 0.15 0.08 0.26
HSL 331.03º 0.18% 0.68% -
HSV(B) 331.03º 0.15% 0.74% -
XYZ 40.68 38.5 44.82 -
YUV 169.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 188 159 173 0 0.15 0.08 0.26 331.03 0.18 0.68
Hex BC 9F AD 0 F 8 1A 14B 12 44
Octal 274 237 255 0 17 10 32 513 22 104
Binary 10111100 10011111 10101101 0 1111 1000 11010 101001011 10010 1000100

Color Harmonies of #BC9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FAD

Black with #BC9FAD

Text Example


Text Example

White with #BC9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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