Html Css Color HEX #BC9FAF Lily

📋 copy color: '#BC9FAF'

red 188 ◦ green 159 ◦ blue 175

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

Shades of Lily #BC9FAF

Tints of Lily #BC9FAF

RGB

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

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

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

R = 36.02%
G = 30.46%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC9FAF (or 0xBC9FAF) is known color: Lily. HEX triplet: BC, 9F and AF. RGB value is (188,159,175). Sum of RGB (Red+Green+Blue) = 188+159+175=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAF is #436050. Grayscale: #A9A9A9. Windows color (decimal): -4415569 or 11509692. OLE color: 11509692.

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

Color convert

RGB 188 159 175 -
CMYK 0 0.15 0.07 0.26
HSL 326.9º 0.18% 0.68% -
HSV(B) 326.9º 0.15% 0.74% -
XYZ 40.88 38.58 45.85 -
YUV 169.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 188 159 175 0 0.15 0.07 0.26 326.9 0.18 0.68
Hex BC 9F AF 0 F 7 1A 147 12 44
Octal 274 237 257 0 17 7 32 507 22 104
Binary 10111100 10011111 10101111 0 1111 111 11010 101000111 10010 1000100

Color Harmonies of #BC9FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FAF

Black with #BC9FAF

Text Example


Text Example

White with #BC9FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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