Html Css Color HEX #BFADF1 Melrose

📋 copy color: '#BFADF1'

red 191 ◦ green 173 ◦ blue 241

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

Shades of Melrose #BFADF1

Tints of Melrose #BFADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.6%

 BLUE value IS 241 (94.53% from 255) = 39.83%

R = 31.57%
G = 28.6%
B = 39.83%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFADF1 (or 0xBFADF1) is known color: Melrose. HEX triplet: BF, AD and F1. RGB value is (191,173,241). Sum of RGB (Red+Green+Blue) = 191+173+241=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADF1 is #40520E. Grayscale: #B9B9B9. Windows color (decimal): -4215311 or 15838655. OLE color: 15838655.

HSL color Cylindrical-coordinate representation of color #BFADF1: hue angle of 255.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFADF1 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 173 241 -
CMYK 0.21 0.28 0 0.05
HSL 255.88º 0.71% 0.81% -
HSV(B) 255.88º 0.28% 0.95% -
XYZ 52.31 47.31 89.59 -
YUV 186.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 191 173 241 0.21 0.28 0 0.05 255.88 0.71 0.81
Hex BF AD F1 15 1C 0 5 100 47 51
Octal 277 255 361 25 34 0 5 400 107 121
Binary 10111111 10101101 11110001 10101 11100 0 101 100000000 1000111 1010001

Color Harmonies of #BFADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADF1

Black with #BFADF1

Text Example


Text Example

White with #BFADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADF1; }

 p { color: rgb(191,173,241); }

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

background-color css

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

 a { background-color: rgb(191,173,241); }

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

border-color css

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

 span { border-color: rgb(191,173,241); }

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