Html Css Color HEX #BD8FAB Lily

📋 copy color: '#BD8FAB'

red 189 ◦ green 143 ◦ blue 171

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

Shades of Lily #BD8FAB

Tints of Lily #BD8FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 37.57%
G = 28.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD8FAB (or 0xBD8FAB) is known color: Lily. HEX triplet: BD, 8F and AB. RGB value is (189,143,171). Sum of RGB (Red+Green+Blue) = 189+143+171=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAB is #427054. Grayscale: #9F9F9F. Windows color (decimal): -4354133 or 11243453. OLE color: 11243453.

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

Color convert

RGB 189 143 171 -
CMYK 0 0.24 0.10 0.26
HSL 323.48º 0.26% 0.65% -
HSV(B) 323.48º 0.24% 0.74% -
XYZ 38.16 33.4 42.96 -
YUV 159.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 189 143 171 0 0.24 0.10 0.26 323.48 0.26 0.65
Hex BD 8F AB 0 18 A 1A 143 1A 41
Octal 275 217 253 0 30 12 32 503 32 101
Binary 10111101 10001111 10101011 0 11000 1010 11010 101000011 11010 1000001

Color Harmonies of #BD8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FAB

Black with #BD8FAB

Text Example


Text Example

White with #BD8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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