Html Css Color HEX #BFACF1 Melrose

📋 copy color: '#BFACF1'

red 191 ◦ green 172 ◦ blue 241

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

Shades of Melrose #BFACF1

Tints of Melrose #BFACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.48%

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

R = 31.62%
G = 28.48%
B = 39.9%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFACF1 (or 0xBFACF1) is known color: Melrose. HEX triplet: BF, AC and F1. RGB value is (191,172,241). Sum of RGB (Red+Green+Blue) = 191+172+241=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF1 is #40530E. Grayscale: #B9B9B9. Windows color (decimal): -4215567 or 15838399. OLE color: 15838399.

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

Color convert

RGB 191 172 241 -
CMYK 0.21 0.29 0 0.05
HSL 256.52º 0.71% 0.81% -
HSV(B) 256.52º 0.29% 0.95% -
XYZ 52.12 46.93 89.53 -
YUV 185.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 191 172 241 0.21 0.29 0 0.05 256.52 0.71 0.81
Hex BF AC F1 15 1D 0 5 101 47 51
Octal 277 254 361 25 35 0 5 401 107 121
Binary 10111111 10101100 11110001 10101 11101 0 101 100000001 1000111 1010001

Color Harmonies of #BFACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACF1

Black with #BFACF1

Text Example


Text Example

White with #BFACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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