Html Css Color HEX #BC9FAE Lily

📋 copy color: '#BC9FAE'

red 188 ◦ green 159 ◦ blue 174

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

Shades of Lily #BC9FAE

Tints of Lily #BC9FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 36.08%
G = 30.52%
B = 33.4%

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

#BC9FAE (or 0xBC9FAE) is known color: Lily. HEX triplet: BC, 9F and AE. RGB value is (188,159,174). Sum of RGB (Red+Green+Blue) = 188+159+174=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAE is #436051. Grayscale: #A9A9A9. Windows color (decimal): -4415570 or 11444156. OLE color: 11444156.

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

Color convert

RGB 188 159 174 -
CMYK 0 0.15 0.07 0.26
HSL 328.97º 0.18% 0.68% -
HSV(B) 328.97º 0.15% 0.74% -
XYZ 40.78 38.54 45.33 -
YUV 169.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 188 159 174 0 0.15 0.07 0.26 328.97 0.18 0.68
Hex BC 9F AE 0 F 7 1A 149 12 44
Octal 274 237 256 0 17 7 32 511 22 104
Binary 10111100 10011111 10101110 0 1111 111 11010 101001001 10010 1000100

Color Harmonies of #BC9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FAE

Black with #BC9FAE

Text Example


Text Example

White with #BC9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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