Html Css Color HEX #BD90B1 Lily

📋 copy color: '#BD90B1'

red 189 ◦ green 144 ◦ blue 177

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

Shades of Lily #BD90B1

Tints of Lily #BD90B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 37.06%
G = 28.24%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD90B1 (or 0xBD90B1) is known color: Lily. HEX triplet: BD, 90 and B1. RGB value is (189,144,177). Sum of RGB (Red+Green+Blue) = 189+144+177=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BD90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD90B1 is #426F4E. Grayscale: #A1A1A1. Windows color (decimal): -4353871 or 11636925. OLE color: 11636925.

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

Color convert

RGB 189 144 177 -
CMYK 0 0.24 0.06 0.26
HSL 316º 0.25% 0.65% -
HSV(B) 316º 0.24% 0.74% -
XYZ 38.9 33.94 46.1 -
YUV 161.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 189 144 177 0 0.24 0.06 0.26 316 0.25 0.65
Hex BD 90 B1 0 18 6 1A 13C 19 41
Octal 275 220 261 0 30 6 32 474 31 101
Binary 10111101 10010000 10110001 0 11000 110 11010 100111100 11001 1000001

Color Harmonies of #BD90B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90B1

Black with #BD90B1

Text Example


Text Example

White with #BD90B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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