Html Css Color HEX #BC96AB Lily

📋 copy color: '#BC96AB'

red 188 ◦ green 150 ◦ blue 171

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

Shades of Lily #BC96AB

Tints of Lily #BC96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 36.94%
G = 29.47%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC96AB (or 0xBC96AB) is known color: Lily. HEX triplet: BC, 96 and AB. RGB value is (188,150,171). Sum of RGB (Red+Green+Blue) = 188+150+171=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96AB is #436954. Grayscale: #A3A3A3. Windows color (decimal): -4417877 or 11245244. OLE color: 11245244.

HSL color Cylindrical-coordinate representation of color #BC96AB: hue angle of 326.84º 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 #BC96AB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 171 -
CMYK 0 0.20 0.09 0.26
HSL 326.84º 0.22% 0.66% -
HSV(B) 326.84º 0.2% 0.74% -
XYZ 39 35.44 43.31 -
YUV 163.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 188 150 171 0 0.20 0.09 0.26 326.84 0.22 0.66
Hex BC 96 AB 0 14 9 1A 147 16 42
Octal 274 226 253 0 24 11 32 507 26 102
Binary 10111100 10010110 10101011 0 10100 1001 11010 101000111 10110 1000010

Color Harmonies of #BC96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96AB

Black with #BC96AB

Text Example


Text Example

White with #BC96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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