Html Css Color HEX #BC96AA Lily

📋 copy color: '#BC96AA'

red 188 ◦ green 150 ◦ blue 170

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

Shades of Lily #BC96AA

Tints of Lily #BC96AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 37.01%
G = 29.53%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC96AA (or 0xBC96AA) is known color: Lily. HEX triplet: BC, 96 and AA. RGB value is (188,150,170). Sum of RGB (Red+Green+Blue) = 188+150+170=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96AA is #436955. Grayscale: #A3A3A3. Windows color (decimal): -4417878 or 11179708. OLE color: 11179708.

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

Color convert

RGB 188 150 170 -
CMYK 0 0.20 0.10 0.26
HSL 328.42º 0.22% 0.66% -
HSV(B) 328.42º 0.2% 0.74% -
XYZ 38.9 35.41 42.81 -
YUV 163.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 188 150 170 0 0.20 0.10 0.26 328.42 0.22 0.66
Hex BC 96 AA 0 14 A 1A 148 16 42
Octal 274 226 252 0 24 12 32 510 26 102
Binary 10111100 10010110 10101010 0 10100 1010 11010 101001000 10110 1000010

Color Harmonies of #BC96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96AA

Black with #BC96AA

Text Example


Text Example

White with #BC96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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