Html Css Color HEX #BD93AF Lily

📋 copy color: '#BD93AF'

red 189 ◦ green 147 ◦ blue 175

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

Shades of Lily #BD93AF

Tints of Lily #BD93AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.77%

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

R = 36.99%
G = 28.77%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD93AF (or 0xBD93AF) is known color: Lily. HEX triplet: BD, 93 and AF. RGB value is (189,147,175). Sum of RGB (Red+Green+Blue) = 189+147+175=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD93AF is #426C50. Grayscale: #A2A2A2. Windows color (decimal): -4353105 or 11506621. OLE color: 11506621.

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

Color convert

RGB 189 147 175 -
CMYK 0 0.22 0.07 0.26
HSL 320º 0.24% 0.66% -
HSV(B) 320º 0.22% 0.74% -
XYZ 39.16 34.78 45.21 -
YUV 162.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 189 147 175 0 0.22 0.07 0.26 320 0.24 0.66
Hex BD 93 AF 0 16 7 1A 140 18 42
Octal 275 223 257 0 26 7 32 500 30 102
Binary 10111101 10010011 10101111 0 10110 111 11010 101000000 11000 1000010

Color Harmonies of #BD93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93AF

Black with #BD93AF

Text Example


Text Example

White with #BD93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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