Html Css Color HEX #BF90AF Lily

📋 copy color: '#BF90AF'

red 191 ◦ green 144 ◦ blue 175

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

Shades of Lily #BF90AF

Tints of Lily #BF90AF

RGB

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

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

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

R = 37.45%
G = 28.24%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF90AF (or 0xBF90AF) is known color: Lily. HEX triplet: BF, 90 and AF. RGB value is (191,144,175). Sum of RGB (Red+Green+Blue) = 191+144+175=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF90AF is #406F50. Grayscale: #A1A1A1. Windows color (decimal): -4222801 or 11505855. OLE color: 11505855.

HSL color Cylindrical-coordinate representation of color #BF90AF: hue angle of 320.43º 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 #BF90AF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 144 175 -
CMYK 0 0.25 0.08 0.25
HSL 320.43º 0.27% 0.66% -
HSV(B) 320.43º 0.25% 0.75% -
XYZ 39.2 34.12 45.08 -
YUV 161.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 191 144 175 0 0.25 0.08 0.25 320.43 0.27 0.66
Hex BF 90 AF 0 19 8 19 140 1B 42
Octal 277 220 257 0 31 10 31 500 33 102
Binary 10111111 10010000 10101111 0 11001 1000 11001 101000000 11011 1000010

Color Harmonies of #BF90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90AF

Black with #BF90AF

Text Example


Text Example

White with #BF90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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