Html Css Color HEX #BC93AF Lily

📋 copy color: '#BC93AF'

red 188 ◦ green 147 ◦ blue 175

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

Shades of Lily #BC93AF

Tints of Lily #BC93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 36.86%
G = 28.82%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC93AF (or 0xBC93AF) is known color: Lily. HEX triplet: BC, 93 and AF. RGB value is (188,147,175). Sum of RGB (Red+Green+Blue) = 188+147+175=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AF is #436C50. Grayscale: #A2A2A2. Windows color (decimal): -4418641 or 11506620. OLE color: 11506620.

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

Color convert

RGB 188 147 175 -
CMYK 0 0.22 0.07 0.26
HSL 319.02º 0.23% 0.66% -
HSV(B) 319.02º 0.22% 0.74% -
XYZ 38.91 34.65 45.2 -
YUV 162.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 188 147 175 0 0.22 0.07 0.26 319.02 0.23 0.66
Hex BC 93 AF 0 16 7 1A 13F 17 42
Octal 274 223 257 0 26 7 32 477 27 102
Binary 10111100 10010011 10101111 0 10110 111 11010 100111111 10111 1000010

Color Harmonies of #BC93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93AF

Black with #BC93AF

Text Example


Text Example

White with #BC93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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