Html Css Color HEX #BD92AC Lily

📋 copy color: '#BD92AC'

red 189 ◦ green 146 ◦ blue 172

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

Shades of Lily #BD92AC

Tints of Lily #BD92AC

RGB

 RED value IS 189 (74.22% from 255) = 37.28%

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

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

R = 37.28%
G = 28.8%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD92AC (or 0xBD92AC) is known color: Lily. HEX triplet: BD, 92 and AC. RGB value is (189,146,172). Sum of RGB (Red+Green+Blue) = 189+146+172=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AC is #426D53. Grayscale: #A1A1A1. Windows color (decimal): -4353364 or 11309757. OLE color: 11309757.

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

Color convert

RGB 189 146 172 -
CMYK 0 0.23 0.09 0.26
HSL 323.72º 0.25% 0.66% -
HSV(B) 323.72º 0.23% 0.74% -
XYZ 38.71 34.36 43.62 -
YUV 161.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 189 146 172 0 0.23 0.09 0.26 323.72 0.25 0.66
Hex BD 92 AC 0 17 9 1A 144 19 42
Octal 275 222 254 0 27 11 32 504 31 102
Binary 10111101 10010010 10101100 0 10111 1001 11010 101000100 11001 1000010

Color Harmonies of #BD92AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92AC

Black with #BD92AC

Text Example


Text Example

White with #BD92AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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