Html Css Color HEX #BD94AF Lily

📋 copy color: '#BD94AF'

red 189 ◦ green 148 ◦ blue 175

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

Shades of Lily #BD94AF

Tints of Lily #BD94AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 36.91%
G = 28.91%
B = 34.18%

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

#BD94AF (or 0xBD94AF) is known color: Lily. HEX triplet: BD, 94 and AF. RGB value is (189,148,175). Sum of RGB (Red+Green+Blue) = 189+148+175=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD94AF is #426B50. Grayscale: #A3A3A3. Windows color (decimal): -4352849 or 11506877. OLE color: 11506877.

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

Color convert

RGB 189 148 175 -
CMYK 0 0.22 0.07 0.26
HSL 320.49º 0.24% 0.66% -
HSV(B) 320.49º 0.22% 0.74% -
XYZ 39.31 35.09 45.26 -
YUV 163.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 189 148 175 0 0.22 0.07 0.26 320.49 0.24 0.66
Hex BD 94 AF 0 16 7 1A 140 18 42
Octal 275 224 257 0 26 7 32 500 30 102
Binary 10111101 10010100 10101111 0 10110 111 11010 101000000 11000 1000010

Color Harmonies of #BD94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94AF

Black with #BD94AF

Text Example


Text Example

White with #BD94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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