Html Css Color HEX #BF90AA Lily

📋 copy color: '#BF90AA'

red 191 ◦ green 144 ◦ blue 170

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

Shades of Lily #BF90AA

Tints of Lily #BF90AA

RGB

 RED value IS 191 (75% from 255) = 37.82%

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 37.82%
G = 28.51%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF90AA (or 0xBF90AA) is known color: Lily. HEX triplet: BF, 90 and AA. RGB value is (191,144,170). Sum of RGB (Red+Green+Blue) = 191+144+170=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AA is #406F55. Grayscale: #A0A0A0. Windows color (decimal): -4222806 or 11178175. OLE color: 11178175.

HSL color Cylindrical-coordinate representation of color #BF90AA: hue angle of 326.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF90AA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 170 -
CMYK 0 0.25 0.11 0.25
HSL 326.81º 0.27% 0.66% -
HSV(B) 326.81º 0.25% 0.75% -
XYZ 38.71 33.93 42.54 -
YUV 161.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 191 144 170 0 0.25 0.11 0.25 326.81 0.27 0.66
Hex BF 90 AA 0 19 B 19 147 1B 42
Octal 277 220 252 0 31 13 31 507 33 102
Binary 10111111 10010000 10101010 0 11001 1011 11001 101000111 11011 1000010

Color Harmonies of #BF90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90AA

Black with #BF90AA

Text Example


Text Example

White with #BF90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90AA; }

 p { color: rgb(191,144,170); }

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

background-color css

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

 a { background-color: rgb(191,144,170); }

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

border-color css

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

 span { border-color: rgb(191,144,170); }

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