Html Css Color HEX #BC9AAE Lily

📋 copy color: '#BC9AAE'

red 188 ◦ green 154 ◦ blue 174

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

Shades of Lily #BC9AAE

Tints of Lily #BC9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

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

R = 36.43%
G = 29.84%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC9AAE (or 0xBC9AAE) is known color: Lily. HEX triplet: BC, 9A and AE. RGB value is (188,154,174). Sum of RGB (Red+Green+Blue) = 188+154+174=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9AAE is #436551. Grayscale: #A6A6A6. Windows color (decimal): -4416850 or 11442876. OLE color: 11442876.

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

Color convert

RGB 188 154 174 -
CMYK 0 0.18 0.07 0.26
HSL 324.71º 0.2% 0.67% -
HSV(B) 324.71º 0.18% 0.74% -
XYZ 39.93 36.86 45.05 -
YUV 166.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 188 154 174 0 0.18 0.07 0.26 324.71 0.2 0.67
Hex BC 9A AE 0 12 7 1A 145 14 43
Octal 274 232 256 0 22 7 32 505 24 103
Binary 10111100 10011010 10101110 0 10010 111 11010 101000101 10100 1000011

Color Harmonies of #BC9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AAE

Black with #BC9AAE

Text Example


Text Example

White with #BC9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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