Html Css Color HEX #BC94AF Lily

📋 copy color: '#BC94AF'

red 188 ◦ green 148 ◦ blue 175

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

Shades of Lily #BC94AF

Tints of Lily #BC94AF

RGB

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

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

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

R = 36.79%
G = 28.96%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC94AF (or 0xBC94AF) is known color: Lily. HEX triplet: BC, 94 and AF. RGB value is (188,148,175). Sum of RGB (Red+Green+Blue) = 188+148+175=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AF is #436B50. Grayscale: #A2A2A2. Windows color (decimal): -4418385 or 11506876. OLE color: 11506876.

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

Color convert

RGB 188 148 175 -
CMYK 0 0.21 0.07 0.26
HSL 319.5º 0.23% 0.66% -
HSV(B) 319.5º 0.21% 0.74% -
XYZ 39.07 34.97 45.25 -
YUV 163.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 188 148 175 0 0.21 0.07 0.26 319.5 0.23 0.66
Hex BC 94 AF 0 15 7 1A 140 17 42
Octal 274 224 257 0 25 7 32 500 27 102
Binary 10111100 10010100 10101111 0 10101 111 11010 101000000 10111 1000010

Color Harmonies of #BC94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94AF

Black with #BC94AF

Text Example


Text Example

White with #BC94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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