Html Css Color HEX #BD90AF Lily

📋 copy color: '#BD90AF'

red 189 ◦ green 144 ◦ blue 175

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

Shades of Lily #BD90AF

Tints of Lily #BD90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.35%

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

R = 37.2%
G = 28.35%
B = 34.45%

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

#BD90AF (or 0xBD90AF) is known color: Lily. HEX triplet: BD, 90 and AF. RGB value is (189,144,175). Sum of RGB (Red+Green+Blue) = 189+144+175=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90AF is #426F50. Grayscale: #A0A0A0. Windows color (decimal): -4353873 or 11505853. OLE color: 11505853.

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

Color convert

RGB 189 144 175 -
CMYK 0 0.24 0.07 0.26
HSL 318.67º 0.25% 0.65% -
HSV(B) 318.67º 0.24% 0.74% -
XYZ 38.7 33.86 45.05 -
YUV 160.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 189 144 175 0 0.24 0.07 0.26 318.67 0.25 0.65
Hex BD 90 AF 0 18 7 1A 13F 19 41
Octal 275 220 257 0 30 7 32 477 31 101
Binary 10111101 10010000 10101111 0 11000 111 11010 100111111 11001 1000001

Color Harmonies of #BD90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90AF

Black with #BD90AF

Text Example


Text Example

White with #BD90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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