Html Css Color HEX #BC96AF Lily

📋 copy color: '#BC96AF'

red 188 ◦ green 150 ◦ blue 175

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

Shades of Lily #BC96AF

Tints of Lily #BC96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 36.65%
G = 29.24%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC96AF (or 0xBC96AF) is known color: Lily. HEX triplet: BC, 96 and AF. RGB value is (188,150,175). Sum of RGB (Red+Green+Blue) = 188+150+175=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96AF is #436950. Grayscale: #A4A4A4. Windows color (decimal): -4417873 or 11507388. OLE color: 11507388.

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

Color convert

RGB 188 150 175 -
CMYK 0 0.20 0.07 0.26
HSL 320.53º 0.22% 0.66% -
HSV(B) 320.53º 0.2% 0.74% -
XYZ 39.38 35.6 45.35 -
YUV 164.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 188 150 175 0 0.20 0.07 0.26 320.53 0.22 0.66
Hex BC 96 AF 0 14 7 1A 141 16 42
Octal 274 226 257 0 24 7 32 501 26 102
Binary 10111100 10010110 10101111 0 10100 111 11010 101000001 10110 1000010

Color Harmonies of #BC96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96AF

Black with #BC96AF

Text Example


Text Example

White with #BC96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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