Html Css Color HEX #BFA9F2 Melrose

📋 copy color: '#BFA9F2'

red 191 ◦ green 169 ◦ blue 242

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

Shades of Melrose #BFA9F2

Tints of Melrose #BFA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.07%

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 31.73%
G = 28.07%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFA9F2 (or 0xBFA9F2) is known color: Melrose. HEX triplet: BF, A9 and F2. RGB value is (191,169,242). Sum of RGB (Red+Green+Blue) = 191+169+242=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9F2 is #40560D. Grayscale: #B7B7B7. Windows color (decimal): -4216334 or 15903167. OLE color: 15903167.

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

Color convert

RGB 191 169 242 -
CMYK 0.21 0.30 0 0.05
HSL 258.08º 0.74% 0.81% -
HSV(B) 258.08º 0.3% 0.95% -
XYZ 51.7 45.86 90.13 -
YUV 183.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 191 169 242 0.21 0.30 0 0.05 258.08 0.74 0.81
Hex BF A9 F2 15 1E 0 5 102 4A 51
Octal 277 251 362 25 36 0 5 402 112 121
Binary 10111111 10101001 11110010 10101 11110 0 101 100000010 1001010 1010001

Color Harmonies of #BFA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9F2

Black with #BFA9F2

Text Example


Text Example

White with #BFA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9F2; }

 p { color: rgb(191,169,242); }

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

background-color css

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

 a { background-color: rgb(191,169,242); }

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

border-color css

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

 span { border-color: rgb(191,169,242); }

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