Html Css Color HEX #BD8FAF Lily

📋 copy color: '#BD8FAF'

red 189 ◦ green 143 ◦ blue 175

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

Shades of Lily #BD8FAF

Tints of Lily #BD8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

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

R = 37.28%
G = 28.21%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD8FAF (or 0xBD8FAF) is known color: Lily. HEX triplet: BD, 8F and AF. RGB value is (189,143,175). Sum of RGB (Red+Green+Blue) = 189+143+175=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAF is #427050. Grayscale: #A0A0A0. Windows color (decimal): -4354129 or 11505597. OLE color: 11505597.

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

Color convert

RGB 189 143 175 -
CMYK 0 0.24 0.07 0.26
HSL 318.26º 0.26% 0.65% -
HSV(B) 318.26º 0.24% 0.74% -
XYZ 38.55 33.56 45 -
YUV 160.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 189 143 175 0 0.24 0.07 0.26 318.26 0.26 0.65
Hex BD 8F AF 0 18 7 1A 13E 1A 41
Octal 275 217 257 0 30 7 32 476 32 101
Binary 10111101 10001111 10101111 0 11000 111 11010 100111110 11010 1000001

Color Harmonies of #BD8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FAF

Black with #BD8FAF

Text Example


Text Example

White with #BD8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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