Html Css Color HEX #BC9DAF Lily

📋 copy color: '#BC9DAF'

red 188 ◦ green 157 ◦ blue 175

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

Shades of Lily #BC9DAF

Tints of Lily #BC9DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 36.15%
G = 30.19%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC9DAF (or 0xBC9DAF) is known color: Lily. HEX triplet: BC, 9D and AF. RGB value is (188,157,175). Sum of RGB (Red+Green+Blue) = 188+157+175=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAF is #436250. Grayscale: #A8A8A8. Windows color (decimal): -4416081 or 11509180. OLE color: 11509180.

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

Color convert

RGB 188 157 175 -
CMYK 0 0.16 0.07 0.26
HSL 325.16º 0.19% 0.68% -
HSV(B) 325.16º 0.16% 0.74% -
XYZ 40.53 37.9 45.74 -
YUV 168.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 188 157 175 0 0.16 0.07 0.26 325.16 0.19 0.68
Hex BC 9D AF 0 10 7 1A 145 13 44
Octal 274 235 257 0 20 7 32 505 23 104
Binary 10111100 10011101 10101111 0 10000 111 11010 101000101 10011 1000100

Color Harmonies of #BC9DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DAF

Black with #BC9DAF

Text Example


Text Example

White with #BC9DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DAF; }

 p { color: rgb(188,157,175); }

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

background-color css

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

 a { background-color: rgb(188,157,175); }

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

border-color css

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

 span { border-color: rgb(188,157,175); }

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