Html Css Color HEX #BFAAF1 Melrose

📋 copy color: '#BFAAF1'

red 191 ◦ green 170 ◦ blue 241

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

Shades of Melrose #BFAAF1

Tints of Melrose #BFAAF1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.24%

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

R = 31.73%
G = 28.24%
B = 40.03%

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

#BFAAF1 (or 0xBFAAF1) is known color: Melrose. HEX triplet: BF, AA and F1. RGB value is (191,170,241). Sum of RGB (Red+Green+Blue) = 191+170+241=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF1 is #40550E. Grayscale: #B8B8B8. Windows color (decimal): -4216079 or 15837887. OLE color: 15837887.

HSL color Cylindrical-coordinate representation of color #BFAAF1: hue angle of 257.75º degrees, saturation: 0.72, 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 #BFAAF1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 170 241 -
CMYK 0.21 0.29 0 0.05
HSL 257.75º 0.72% 0.81% -
HSV(B) 257.75º 0.29% 0.95% -
XYZ 51.74 46.18 89.41 -
YUV 184.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 191 170 241 0.21 0.29 0 0.05 257.75 0.72 0.81
Hex BF AA F1 15 1D 0 5 102 48 51
Octal 277 252 361 25 35 0 5 402 110 121
Binary 10111111 10101010 11110001 10101 11101 0 101 100000010 1001000 1010001

Color Harmonies of #BFAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAF1

Black with #BFAAF1

Text Example


Text Example

White with #BFAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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