Html Css Color HEX #BC92AC Lily

📋 copy color: '#BC92AC'

red 188 ◦ green 146 ◦ blue 172

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

Shades of Lily #BC92AC

Tints of Lily #BC92AC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 37.15%
G = 28.85%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC92AC (or 0xBC92AC) is known color: Lily. HEX triplet: BC, 92 and AC. RGB value is (188,146,172). Sum of RGB (Red+Green+Blue) = 188+146+172=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AC is #436D53. Grayscale: #A1A1A1. Windows color (decimal): -4418900 or 11309756. OLE color: 11309756.

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

Color convert

RGB 188 146 172 -
CMYK 0 0.22 0.09 0.26
HSL 322.86º 0.24% 0.65% -
HSV(B) 322.86º 0.22% 0.74% -
XYZ 38.46 34.23 43.61 -
YUV 161.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 188 146 172 0 0.22 0.09 0.26 322.86 0.24 0.65
Hex BC 92 AC 0 16 9 1A 143 18 41
Octal 274 222 254 0 26 11 32 503 30 101
Binary 10111100 10010010 10101100 0 10110 1001 11010 101000011 11000 1000001

Color Harmonies of #BC92AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92AC

Black with #BC92AC

Text Example


Text Example

White with #BC92AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92AC; }

 p { color: rgb(188,146,172); }

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

background-color css

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

 a { background-color: rgb(188,146,172); }

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

border-color css

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

 span { border-color: rgb(188,146,172); }

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