Html Css Color HEX #BD92AF Lily

📋 copy color: '#BD92AF'

red 189 ◦ green 146 ◦ blue 175

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

Shades of Lily #BD92AF

Tints of Lily #BD92AF

RGB

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

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

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

R = 37.06%
G = 28.63%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD92AF (or 0xBD92AF) is known color: Lily. HEX triplet: BD, 92 and AF. RGB value is (189,146,175). Sum of RGB (Red+Green+Blue) = 189+146+175=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD92AF is #426D50. Grayscale: #A2A2A2. Windows color (decimal): -4353361 or 11506365. OLE color: 11506365.

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

Color convert

RGB 189 146 175 -
CMYK 0 0.23 0.07 0.26
HSL 319.53º 0.25% 0.66% -
HSV(B) 319.53º 0.23% 0.74% -
XYZ 39 34.47 45.16 -
YUV 162.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 189 146 175 0 0.23 0.07 0.26 319.53 0.25 0.66
Hex BD 92 AF 0 17 7 1A 140 19 42
Octal 275 222 257 0 27 7 32 500 31 102
Binary 10111101 10010010 10101111 0 10111 111 11010 101000000 11001 1000010

Color Harmonies of #BD92AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92AF

Black with #BD92AF

Text Example


Text Example

White with #BD92AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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