Html Css Color HEX #BC94AD Lily

📋 copy color: '#BC94AD'

red 188 ◦ green 148 ◦ blue 173

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

Shades of Lily #BC94AD

Tints of Lily #BC94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

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

R = 36.94%
G = 29.08%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC94AD (or 0xBC94AD) is known color: Lily. HEX triplet: BC, 94 and AD. RGB value is (188,148,173). Sum of RGB (Red+Green+Blue) = 188+148+173=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AD is #436B52. Grayscale: #A2A2A2. Windows color (decimal): -4418387 or 11375804. OLE color: 11375804.

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

Color convert

RGB 188 148 173 -
CMYK 0 0.21 0.08 0.26
HSL 322.5º 0.23% 0.66% -
HSV(B) 322.5º 0.21% 0.74% -
XYZ 38.87 34.89 44.22 -
YUV 162.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 188 148 173 0 0.21 0.08 0.26 322.5 0.23 0.66
Hex BC 94 AD 0 15 8 1A 142 17 42
Octal 274 224 255 0 25 10 32 502 27 102
Binary 10111100 10010100 10101101 0 10101 1000 11010 101000010 10111 1000010

Color Harmonies of #BC94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94AD

Black with #BC94AD

Text Example


Text Example

White with #BC94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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